From b58607ea6a24dc9f69115520950215bb01a2a220 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 6 Aug 2004 09:48:52 +0000 Subject: Fixes #62030 2004-08-05 Rodrigo Moya Fixes #62030 * gui/alarm-notify/alarm-queue.c (tray_icon_destroyed_cb): only remove the tray icon blinking timeout if we installed it. (display_notification): only install the tray icon blinking timeout if using the system tray. (tray_icon_blink_cb): use g_object_unref instead of the deprecated gdk_pixbuf_unref. * gui/alarm-notify/alarm.c (alarm_add): added missing argument documentation. svn path=/trunk/; revision=26838 --- calendar/gui/alarm-notify/alarm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/alarm-notify/alarm.c') diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c index 3054cfa8f5..6c57311c12 100644 --- a/calendar/gui/alarm-notify/alarm.c +++ b/calendar/gui/alarm-notify/alarm.c @@ -182,6 +182,7 @@ queue_alarm (AlarmRecord *ar) * @trigger: Time at which alarm will trigger. * @alarm_fn: Callback for trigger. * @data: Closure data for callback. + * @destroy_notify_fn: destroy notification callback. * * Adds an alarm to trigger at the specified time. The @alarm_fn will be called * with the provided data and the alarm will be removed from the trigger list. -- cgit