1 --- ./src/ircptray_main.c 2011-05-30 13:00:38.000000000 -0300
2 +++ ircptray_main.c 2011-06-11 17:18:47.000000000 -0300
5 notification = notify_notification_new (g_get_application_name(),
10 if (notification == NULL) {
11 g_warning("failed to setup notification");
15 - notify_notification_attach_to_status_icon (notification, AppTrayIcon);
16 + /*notify_notification_attach_to_status_icon (notification, AppTrayIcon);*/
18 if (!notify_notification_show (notification, NULL))
19 g_warning("failed to send notification");
22 notification = notify_notification_new (g_get_application_name(),
28 if (notification != NULL) {
29 - notify_notification_attach_to_status_icon (notification, AppTrayIcon);
30 + /* notify_notification_attach_to_status_icon (notification, AppTrayIcon);*/
32 if (!notify_notification_show (notification, NULL))
33 g_warning("failed to send notification\n");