packages: seahorse-plugins/seahorse-plugins-libnotify.patch (NEW) - support...

lisu lisu at pld-linux.org
Fri Apr 8 11:06:26 CEST 2011


Author: lisu                         Date: Fri Apr  8 09:06:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- support for libnotify 0.7

---- Files affected:
packages/seahorse-plugins:
   seahorse-plugins-libnotify.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/seahorse-plugins/seahorse-plugins-libnotify.patch
diff -u /dev/null packages/seahorse-plugins/seahorse-plugins-libnotify.patch:1.1
--- /dev/null	Fri Apr  8 11:06:26 2011
+++ packages/seahorse-plugins/seahorse-plugins-libnotify.patch	Fri Apr  8 11:06:18 2011
@@ -0,0 +1,12 @@
+diff -up seahorse-plugins-2.30.1/libseahorse/seahorse-notification.c.notify seahorse-plugins-2.30.1/libseahorse/seahorse-notification.c
+--- seahorse-plugins-2.30.1/libseahorse/seahorse-notification.c.notify	2010-11-03 20:51:49.177241997 -0400
++++ seahorse-plugins-2.30.1/libseahorse/seahorse-notification.c	2010-11-03 20:52:28.906241997 -0400
+@@ -213,7 +213,7 @@ setup_libnotify_notification (SeahorseNo
+     heading = format_key_text (snotif->heading);
+     message = format_key_text (snotif->message);
+     
+-    notif = notify_notification_new (heading, message, snotif->icon, attachto);
++    notif = notify_notification_new (heading, message, snotif->icon);
+     
+     g_free (heading);
+     g_free (message);
================================================================


More information about the pld-cvs-commit mailing list