aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2006-04-24 15:55:56 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-04-24 15:55:56 +0800
commitd91fa3b9901e778cf7814dd3f4f69f0e80d8eef9 (patch)
tree8eaf21d6b558b83ef1bd9a2bce453cba6fcda2ba /calendar/ChangeLog
parent6ee18ea859f29a61e2a2b71e6acf4e92063fa51f (diff)
downloadgsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar.gz
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar.bz2
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar.lz
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar.xz
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.tar.zst
gsoc2013-evolution-d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9.zip
Fixes #332409 Reset the ecal to NULL. If the default client does not exist
2006-04-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes #332409 * gui/calendar-component.c: (setup_create_ecal): Reset the ecal to NULL. * gui/e-calendar-view.c: (e_calendar_view_new_appointment_for): If the default client does not exist do not open the dialog. svn path=/trunk/; revision=31879
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f278c69508..722978bdfa 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-24 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #332409
+ * gui/calendar-component.c: (setup_create_ecal): Reset the ecal to NULL.
+ * gui/e-calendar-view.c:
+ (e_calendar_view_new_appointment_for): If the default client does not
+ exist do not open the dialog.
+
2006-04-22 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.c (attendee_added_cb):