--- pidgin-libnotify-0.14.orig/debian/patches/indicate.patch 2011-08-10 22:40:28.000000000 -0400 +++ pidgin-libnotify-0.14/debian/patches/indicate.patch 2011-08-26 10:28:29.268549195 -0400 @@ -43,7 +43,7 @@ Index: pidgin-libnotify-0.14/src/pidgin-libnotify.c =================================================================== --- pidgin-libnotify-0.14.orig/src/pidgin-libnotify.c 2008-12-14 18:45:51.000000000 +0100 -+++ pidgin-libnotify-0.14/src/pidgin-libnotify.c 2010-06-23 11:56:46.000000000 +0200 ++++ pidgin-libnotify-0.14/src/pidgin-libnotify.c 2011-08-26 09:59:22.348581183 -0400 @@ -35,15 +35,53 @@ /* for pidgin_create_prpl_icon */ @@ -604,7 +604,7 @@ } static void -@@ -463,10 +699,490 @@ +@@ -463,10 +699,492 @@ if (nick && !strcmp (sender, nick)) return; @@ -1048,11 +1048,13 @@ + PIDGIN_DESKTOP_FILE, + -1, + &error)) { -+ g_debug ("Successfully wrote blacklist file to %s", bpath); ++ /* g_debug ("Successfully wrote blacklist file to %s", bpath); */ + } else { ++ /* + g_debug ("Unable to write blacklist file to %s: %s", + bpath, + error ? error->message : "Unknown"); ++ */ + if (error) + g_error_free (error); + } @@ -1097,7 +1099,7 @@ } static gboolean -@@ -479,6 +1195,22 @@ +@@ -479,6 +1197,22 @@ return FALSE; } @@ -1120,7 +1122,7 @@ conv_handle = purple_conversations_get_handle (); blist_handle = purple_blist_get_handle (); conn_handle = purple_connections_get_handle(); -@@ -497,6 +1229,18 @@ +@@ -497,6 +1231,18 @@ purple_signal_connect (conv_handle, "received-chat-msg", plugin, PURPLE_CALLBACK(notify_chat_nick), NULL); @@ -1139,7 +1141,7 @@ /* used just to not display the flood of guifications we'd get */ purple_signal_connect (conn_handle, "signed-on", plugin, PURPLE_CALLBACK(event_connection_throttle), NULL); -@@ -525,6 +1269,18 @@ +@@ -525,6 +1271,18 @@ purple_signal_disconnect (conv_handle, "received-chat-msg", plugin, PURPLE_CALLBACK(notify_chat_nick)); @@ -1158,7 +1160,7 @@ purple_signal_disconnect (conn_handle, "signed-on", plugin, PURPLE_CALLBACK(event_connection_throttle)); -@@ -532,6 +1288,19 @@ +@@ -532,6 +1290,19 @@ notify_uninit (); @@ -1178,7 +1180,7 @@ return TRUE; } -@@ -578,7 +1347,24 @@ +@@ -578,7 +1349,24 @@ info.summary = _("Displays popups via libnotify."); info.description = _("Pidgin-libnotify:\nDisplays popups via libnotify.");