aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-10 16:53:56 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-10 16:53:56 +0800
commit92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c (patch)
tree96582aa11cb7857c50542d812e2e01f904835aa8 /calendar/ChangeLog
parent630376903f102d7948756fb350d09a041663feae (diff)
downloadgsoc2013-evolution-92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c.tar.gz
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/ChangeLog14
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