Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > b17eac685065172f2bc854126971ca99 > files > 1

xneur-0.12.0-3.svn859.fc13.src.rpm

diff -NaurEbBH xneur-0.10.0.orig/lib/notify/popup.c xneur-0.10.0/lib/notify/popup.c
--- xneur-0.10.0.orig/lib/notify/popup.c	2010-05-19 17:28:40.000000000 +0400
+++ xneur-0.10.0/lib/notify/popup.c	2010-11-11 09:32:34.000000000 +0300
@@ -63,7 +63,11 @@
 		popup_body->content = NULL;
 	}
 	
-	NotifyNotification *notify = notify_notification_new(popup_body->header, popup_body->content, icon, NULL);
+	NotifyNotification *notify = notify_notification_new(popup_body->header, popup_body->content, icon
+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
+	,NULL
+#endif
+	);
 
 	notify_notification_set_category(notify, type);
 	notify_notification_set_urgency(notify, urgency);