[gnome-shell] notificationDaemon: Fix copy-paste typo



commit ec4a2aae955e1e58b406a4dd53b886b484f40cf7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed May 16 11:28:05 2012 -0400

    notificationDaemon: Fix copy-paste typo
    
    Since this line was introduced in 7458d3e, "Approve file transfer channels",
    it's quite obvious that the line was meant to filter out transfer channel
    notifications.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676175

 js/ui/notificationDaemon.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js
index 4d9035d..96f1ec9 100644
--- a/js/ui/notificationDaemon.js
+++ b/js/ui/notificationDaemon.js
@@ -226,7 +226,7 @@ const NotificationDaemon = new Lang.Class({
         if (appName == 'Empathy' && (hints['category'] == 'im.received' ||
               hints['category'] == 'x-empathy.im.room-invitation' ||
               hints['category'] == 'x-empathy.call.incoming' ||
-              hints['category'] == 'x-empathy.call.incoming"' ||
+              hints['category'] == 'x-empathy.transfer.incoming' ||
               hints['category'] == 'x-empathy.im.subscription-request' ||
               hints['category'] == 'presence.online' ||
               hints['category'] == 'presence.offline')) {



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