SOURCES (DEVEL): evolution-notify.patch (NEW) - build with current...

patrys patrys at pld-linux.org
Tue Jan 31 11:46:07 CET 2006


Author: patrys                       Date: Tue Jan 31 10:46:07 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- build with current libnotify

---- Files affected:
SOURCES:
   evolution-notify.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/evolution-notify.patch
diff -u /dev/null SOURCES/evolution-notify.patch:1.1.2.1
--- /dev/null	Tue Jan 31 11:46:07 2006
+++ SOURCES/evolution-notify.patch	Tue Jan 31 11:46:02 2006
@@ -0,0 +1,11 @@
+--- evolution-2.5.5/calendar/gui/alarm-notify/alarm-queue.c~	2006-01-16 15:42:17.000000000 +0100
++++ evolution-2.5.5/calendar/gui/alarm-notify/alarm-queue.c	2006-01-31 09:08:24.151638000 +0100
+@@ -1512,7 +1512,7 @@
+ }
+ 
+ 	NotifyNotification *n = notify_notification_new (summary, body, "", NULL);
+-	notify_notification_set_icon_data_from_pixbuf (n, icon);
++	notify_notification_set_icon_from_pixbuf (n, icon);
+ 	if (!notify_notification_show(n, NULL))
+ 	    g_warning ("Could not send notification to daemon\n");	
+ 
================================================================


More information about the pld-cvs-commit mailing list