diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-10 16:53:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-10 16:53:56 +0800 |
commit | 92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c (patch) | |
tree | 96582aa11cb7857c50542d812e2e01f904835aa8 /calendar/ChangeLog | |
parent | 630376903f102d7948756fb350d09a041663feae (diff) | |
download | gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.gz gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.bz2 gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.lz gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.xz gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.zst gsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.zip |
2007-08-10 mcrha Fix for bug #351552
svn path=/trunk/; revision=33975
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4de75a6da4..28bc9905b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2007-08-10 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #351552 + + * gui/alarm-notify/alarm-queue.h: (alarm_queue_remove_client): + * gui/alarm-notify/alarm-queue.c: (alarm_queue_remove_client): + Added new parameter to free immediately, not by thread. + * gui/alarm-notify/alarm-notify.c: (dequeue_client), + (alarm_notify_remove_calendar): Using alarm_queue_remove_client. + + * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): + Fixed critical warning with e_passwords for calendars without + 'auth-domain' property (will use name instead). + 2007-08-06 Milan Crha <mcrha@redhat.com> ** Partially fix bug #401533 |