diff -Nur orage-493faff1dafe25a46b0c9090636a21674c1705dc.orig/src/reminder.c orage-493faff1dafe25a46b0c9090636a21674c1705dc/src/reminder.c --- orage-493faff1dafe25a46b0c9090636a21674c1705dc.orig/src/reminder.c 2011-01-09 02:07:25.000000000 -0700 +++ orage-493faff1dafe25a46b0c9090636a21674c1705dc/src/reminder.c 2011-01-12 14:32:57.000000000 -0700 @@ -557,12 +557,8 @@ g_strlcat(heading, l_alarm->action_time, 90); g_strlcat(heading, "<\b>", 10); } - n = notify_notification_new(heading, l_alarm->description, NULL, NULL); + n = notify_notification_new(heading, l_alarm->description, NULL); l_alarm->active_alarm->active_notify = n; - if (g_par.trayIcon - && gtk_status_icon_is_embedded((GtkStatusIcon *)g_par.trayIcon)) - notify_notification_attach_to_status_icon(n - , (GtkStatusIcon *)g_par.trayIcon); if (l_alarm->notify_timeout == -1) notify_notification_set_timeout(n, NOTIFY_EXPIRES_NEVER);