Files
sablink-distro/x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch
T
Ian Whyman 5e80f3bc03 [x11-plugins/pidgin-libnotify] Fix Notify OSD support and Name choice, add file transfers notifications and an option to hide message content.
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
2010-12-29 22:21:11 +00:00

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);