[gnome-shell/message-tray] remove messaging.js; use notificationDaemon.js for empathy messages too



commit a02e6d30f7f1006c82e1f76efc5a4274189d4eb9
Author: Dan Winship <danw gnome org>
Date:   Thu Jan 7 12:09:20 2010 -0500

    remove messaging.js; use notificationDaemon.js for empathy messages too
    
    Empathy sends notifications on all the events we care about, so just use
    those rather than fiddling with Telepathy to get duplicate copies of them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606331

 js/ui/main.js      |    3 -
 js/ui/messaging.js |  435 ----------------------------------------------------
 2 files changed, 0 insertions(+), 438 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 502511e..ca349c5 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -16,7 +16,6 @@ const Chrome = imports.ui.chrome;
 const Environment = imports.ui.environment;
 const ExtensionSystem = imports.ui.extensionSystem;
 const MessageTray = imports.ui.messageTray;
-const Messaging = imports.ui.messaging;
 const Overview = imports.ui.overview;
 const Panel = imports.ui.panel;
 const PlaceDisplay = imports.ui.placeDisplay;
@@ -38,7 +37,6 @@ let overview = null;
 let runDialog = null;
 let lookingGlass = null;
 let wm = null;
-let messaging = null;
 let notificationDaemon = null;
 let notificationPopup = null;
 let messageTray = null;
@@ -120,7 +118,6 @@ function start() {
     panel = new Panel.Panel();
     sidebar = new Sidebar.Sidebar();
     wm = new WindowManager.WindowManager();
-    messaging = new Messaging.Messaging();
     notificationDaemon = new NotificationDaemon.NotificationDaemon();
     notificationPopup = new MessageTray.Notification();
     messageTray = new MessageTray.MessageTray();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]