updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gnac / gnac-0.2.3-libnotify7.diff
blob58a2c9f38c017307a08f8ede4f93aecd6979e94c
1 diff -Naur gnac-0.2.3~/src/gnac-ui.c gnac-0.2.3/src/gnac-ui.c
2 --- gnac-0.2.3~/src/gnac-ui.c 2011-06-04 18:47:37.476681346 -0500
3 +++ gnac-0.2.3/src/gnac-ui.c 2011-06-04 18:47:48.475468472 -0500
4 @@ -802,8 +802,7 @@
6 NotifyNotification *notification;
8 - notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE, NULL);
9 - notify_notification_attach_to_status_icon(notification, trayicon);
10 + notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE);
12 notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
13 notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);