]> git.pld-linux.org Git - packages/liferea.git/blame - liferea-libnotify-0.7.patch
- sorted BRs
[packages/liferea.git] / liferea-libnotify-0.7.patch
CommitLineData
3630a8bd
MB
1diff -up liferea-1.6.5/src/notification/libnotify.c.bak liferea-1.6.5/src/notification/libnotify.c
2--- liferea-1.6.5/src/notification/libnotify.c.bak 2009-06-20 20:33:19.000000000 +0200
3+++ liferea-1.6.5/src/notification/libnotify.c 2010-11-16 15:53:17.000000000 +0100
4@@ -150,7 +150,7 @@ static void notif_libnotify_callback_sho
5 // notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL);
6 // notify_notification_clear_actions(n);
7
8- n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL);
9+ n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL);
10
11 notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p));
12
13@@ -244,7 +244,7 @@ notif_libnotify_node_has_new_items (node
14
15 labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count),
16 node_get_title (node), item_count);
17- n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL);
18+ n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL);
19 g_free(labelSummary_p);
20
21 notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));
This page took 0.027196 seconds and 4 git commands to generate.