From ec4a2aae955e1e58b406a4dd53b886b484f40cf7 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 16 May 2012 11:28:05 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index 4d9035df0..96f1ec92a 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')) {