updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / pidgin-gfire / gfire-libnotify.patch
blob51e744cd9cc3f3662a7ec1dbc8a06937b05a6d33
1 --- src/gf_util.c 2011-03-14 21:19:46.987545000 +0100
2 +++ src/gf_util.c 2011-04-18 03:36:24.970676551 +0200
3 @@ -612,7 +612,7 @@
4 if(!gfire_notify_init() || !p_title)
5 return;
7 - NotifyNotification *notification = notify_notification_new(p_title, p_msg, NULL, NULL);
8 + NotifyNotification *notification = notify_notification_new(p_title, p_msg, NULL);
9 notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
10 notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
11 g_signal_connect(notification, "closed", G_CALLBACK(gfire_notify_closed_cb), NULL);
12 @@ -637,7 +637,7 @@
13 return;
16 - notification = notify_notification_new(p_title, p_msg, NULL, NULL);
17 + notification = notify_notification_new(p_title, p_msg, NULL);
19 // Get Buddy Icon
20 PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);