5e80f3bc03
A collection of patches submitted to the (dead?) upstream, this ebuild can be removed once the packages are merged upstream (if ever) * fix-notify-osd.diff Source: Debian Package Needed to work with Notify OSD correctly. * no_text_in_messages.diff Source: Thev00d00 - Version of patch found on SF, Adds an option to not show the message content in the notification to improve privacy if needed, fixed to work with 0.14 * notify_file_transfers.diff Source: Sourceforge patches page Enables file transfer notifications * pidgin-libnotify_best_name.diff Source: Thev00d00, A version of the same patch on SF to use what libpurple thinks is the most appropriate name rather than its own logic, fixed to work with 0.14
11 lines
425 B
Diff
11 lines
425 B
Diff
--- src/pidgin-libnotify.c.orig 2007-10-01 20:52:38.000000000 +1000
|
|
+++ src/pidgin-libnotify.c 2007-10-01 20:53:20.000000000 +1000
|
|
@@ -307,6 +307,7 @@
|
|
g_hash_table_insert (buddy_hash, contact, notification);
|
|
|
|
g_object_set_data (G_OBJECT(notification), "contact", contact);
|
|
+ g_object_set_data (G_OBJECT(notification), "buddy", buddy);
|
|
|
|
g_signal_connect (notification, "closed", G_CALLBACK(closed_cb), NULL);
|
|
|