Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 44b6f2bcf426a319ed9a162e63a521cd > files > 3

minbar-0.2.1-12.fc16.src.rpm

diff -ruN minbar-0.2.1/src/main.c minbar-0.2.1-new/src/main.c
--- minbar-0.2.1/src/main.c	2007-12-24 00:58:00.000000000 +0800
+++ minbar-0.2.1-new/src/main.c	2010-11-16 19:23:17.376384002 +0800
@@ -1259,9 +1259,7 @@
 	notification = notify_notification_new
                                             (program_name,
                                              NULL,
-                                             NULL,
-					     NULL);
-	notify_notification_attach_to_status_icon (notification, status_icon );
+                                             NULL);
 	notify_notification_set_timeout (notification, 8000);
 }
 #endif