aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index aad2578a20..98fc04d344 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2004-06-03 Rodrigo Moya <rodrigo@novell.com>
+
+ Fixes #56875
+
+ * gui/dialogs/event-editor.c (event_editor_construct): connect to
+ "client_changed" signal on the EventPage.
+ (client_changed_cb): set menu sensibility when the client changes.
+
+ * gui/dialogs/task-editor.c (task_editor_construct): connect to
+ "client_changed signal on the TaskPage.
+ (client_changed_cb): set menu sensibility when the client changes.
+
2004-06-02 Chris Toshok <toshok@ximian.com>
* gui/migration.c (migrate_calendars): remove absolute_uri from
@@ -11,9 +23,6 @@
(emlv_finalize): no need to unref the book anymore.
(emlv_init): don't call start_addressbook_server.
- * gui/e-meeting-store.c (start_addressbook_server): removed.
- (ems_finalize): no need to unref the book anymore.
-
* gui/dialogs/copy-source-dialog.c (copy_source): fixed
leak and pass the correct icalcomponent to e_cal_modify_object.