void-packages/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff
2011-10-25 09:22:22 +02:00

12 lines
536 B
Diff

--- src/gnac-ui.c 2011-06-04 18:47:37.476681346 -0500
+++ src/gnac-ui.c 2011-06-04 18:47:48.475468472 -0500
@@ -802,8 +802,7 @@
NotifyNotification *notification;
- notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE, NULL);
- notify_notification_attach_to_status_icon(notification, trayicon);
+ notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE);
notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);