[gnome-shell/gnome-3-4] notificationDaemon: Fix copy-paste typo



commit 69a63f208e7070111d6436d4b2fa87053ae5ca8f
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 c6a941f..4a413ce 100644
--- a/js/ui/notificationDaemon.js
+++ b/js/ui/notificationDaemon.js
@@ -233,7 +233,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]