diff options
author | 2017-02-18 16:40:26 +0100 | |
---|---|---|
committer | 2017-02-18 23:07:38 +0100 | |
commit | 3a235faf369c6512a17d2cc1eec1664def0d8dc8 (patch) | |
tree | 2a309fbbe8558dca3bbcad463b7e9f741c42764d /x11-plugins | |
parent | x11-wm/matwm2: remove unused patch (diff) | |
download | gentoo-3a235faf369c6512a17d2cc1eec1664def0d8dc8.tar.gz gentoo-3a235faf369c6512a17d2cc1eec1664def0d8dc8.tar.bz2 gentoo-3a235faf369c6512a17d2cc1eec1664def0d8dc8.zip |
x11-plugins/pidgin-libnotify: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/4015
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch b/x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch deleted file mode 100644 index 1f84e6025557..000000000000 --- a/x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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); - |