13 lines
536 B
Diff
13 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);
|