summaryrefslogtreecommitdiff
path: root/community/pidgin-gfire/gfire-libnotify.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pidgin-gfire/gfire-libnotify.patch
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pidgin-gfire/gfire-libnotify.patch')
-rw-r--r--community/pidgin-gfire/gfire-libnotify.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/pidgin-gfire/gfire-libnotify.patch b/community/pidgin-gfire/gfire-libnotify.patch
deleted file mode 100644
index 51e744cd9..000000000
--- a/community/pidgin-gfire/gfire-libnotify.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/gf_util.c 2011-03-14 21:19:46.987545000 +0100
-+++ src/gf_util.c 2011-04-18 03:36:24.970676551 +0200
-@@ -612,7 +612,7 @@
- if(!gfire_notify_init() || !p_title)
- return;
-
-- NotifyNotification *notification = notify_notification_new(p_title, p_msg, NULL, NULL);
-+ NotifyNotification *notification = notify_notification_new(p_title, p_msg, NULL);
- notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
- notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
- g_signal_connect(notification, "closed", G_CALLBACK(gfire_notify_closed_cb), NULL);
-@@ -637,7 +637,7 @@
- return;
- }
-
-- notification = notify_notification_new(p_title, p_msg, NULL, NULL);
-+ notification = notify_notification_new(p_title, p_msg, NULL);
-
- // Get Buddy Icon
- PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);
-