x11-plugins/pidgin-libnotify: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sat, 18 Feb 2017 15:40:26 +0000 (16:40 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 18 Feb 2017 22:07:38 +0000 (23:07 +0100)
Closes: https://github.com/gentoo/gentoo/pull/4015

x11-plugins/pidgin-libnotify/files/pidgin-libnotify-showbutton.patch [deleted file]

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 (file)
index 1f84e60..0000000
+++ /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);