mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
12 lines
531 B
C
12 lines
531 B
C
--- src/systray.c.orig 2011-08-16 13:49:31.000000000 +0200
|
|
+++ src/systray.c 2011-08-16 13:49:44.000000000 +0200
|
|
@@ -224,7 +224,7 @@ gwget_tray_notify (gchar *primary, gchar
|
|
if (!notify_is_initted ())
|
|
if (!notify_init ("gwget"))
|
|
return;
|
|
- NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name,NULL);
|
|
+ NotifyNotification *notification = notify_notification_new(primary,secondary,icon_name);
|
|
notify_notification_show(notification,NULL);
|
|
#endif
|
|
|