Update name of bridge.notify → bridge.desktopNotification.

The function is getting renamed on the bridge due to a conflict.

(imported from commit 086866d3b08b1cfb8a46ffcc59902175a98aa8e8)
This commit is contained in:
Luke Faraone
2013-06-10 12:49:56 -07:00
parent eaad981def
commit 95a45b8c97

View File

@@ -180,7 +180,7 @@ function process_desktop_notification(message) {
notification_object.show();
} else {
// Shunt the message along to the desktop client
window.bridge.notify({title: title, content: content});
window.bridge.desktopNotification({title: title, content: content});
}
}