diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-08-06 17:48:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-08-06 17:48:52 +0800 |
commit | b58607ea6a24dc9f69115520950215bb01a2a220 (patch) | |
tree | 458a93a3062c6e02afd04e2c8c97e4b00d001b2f /calendar/ChangeLog | |
parent | a199be51c6cfa250529d1a25f11687a714ffbf4f (diff) | |
download | gsoc2013-evolution-b58607ea6a24dc9f69115520950215bb01a2a220.tar.gz gsoc2013-evolution-b58607ea6a24dc9f69115520950215bb01a2a220.tar.zst gsoc2013-evolution-b58607ea6a24dc9f69115520950215bb01a2a220.zip |
Fixes #62030
2004-08-05 Rodrigo Moya <rodrigo@novell.com>
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e153dfb364..4517f180de 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,6 +1,21 @@ +2004-08-05 Rodrigo Moya <rodrigo@novell.com> + + 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. + 2004-08-03 JP Rosevear <jpr@novell.com> - * gui/gnome-cal.c (gnome_calendar_destroy): clean up all the + * gui/gnome-cal.c (gnome_calendar_destroy): clean up all the default clients (default_client_cal_opened_cb): change the if statement to a switch to be consistent with the other code bits and set the @@ -11,15 +26,15 @@ source type (gnome_calendar_new_task): bail out if we have no ecal - * gui/gnome-cal.c (set_timezone): set the timezone for all the + * gui/gnome-cal.c (set_timezone): set the timezone for all the default clients - * gui/calendar-component.c (update_primary_task_selection): look + * gui/calendar-component.c (update_primary_task_selection): look in the task source list, not the plain source list 2004-08-05 JP Rosevear <jpr@novell.com> - * gui/tasks-control.c (tasks_control_sensitize_commands): kill + * gui/tasks-control.c (tasks_control_sensitize_commands): kill warning by checking if there is a default client first (can happen when first starting up) |