]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- fixes build with libnotify 0.7
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 7 Apr 2011 12:57:21 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liferea-libnotify-0.7.patch -> 1.1

liferea-libnotify-0.7.patch [new file with mode: 0644]

diff --git a/liferea-libnotify-0.7.patch b/liferea-libnotify-0.7.patch
new file mode 100644 (file)
index 0000000..31b3af1
--- /dev/null
@@ -0,0 +1,21 @@
+diff -up liferea-1.6.5/src/notification/libnotify.c.bak liferea-1.6.5/src/notification/libnotify.c
+--- liferea-1.6.5/src/notification/libnotify.c.bak     2009-06-20 20:33:19.000000000 +0200
++++ liferea-1.6.5/src/notification/libnotify.c 2010-11-16 15:53:17.000000000 +0100
+@@ -150,7 +150,7 @@ static void notif_libnotify_callback_sho
+ //            notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL);
+ //            notify_notification_clear_actions(n);
+-              n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL);
++              n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL);
+               notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p));
+@@ -244,7 +244,7 @@ notif_libnotify_node_has_new_items (node
+       labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count), 
+                                         node_get_title (node), item_count);
+-      n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL);
++      n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL);
+       g_free(labelSummary_p);
+       notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));
This page took 0.055085 seconds and 4 git commands to generate.