updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / ircp-tray / ircptray_main.patch
blob4ccab2555b11b8611ef5b6d1a5a68983d8777189
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
3 @@ -248,14 +248,13 @@
5 notification = notify_notification_new (g_get_application_name(),
6 notify_msg,
7 - icon,
8 - NULL);
9 + icon);
10 if (notification == NULL) {
11 g_warning("failed to setup notification");
12 return;
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");
20 @@ -277,11 +276,10 @@
22 notification = notify_notification_new (g_get_application_name(),
23 notify_msg,
24 - icon,
25 - NULL);
26 + icon);
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");