aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0a8a0fa085..7bc3dd1b56 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,4 @@
-2004-06-23 <jpr@novell.com>
+2004-06-23 JP Rosevear <jpr@novell.com>
* gui/e-itip-control.c (update_attendee_status): tidy up to work
again
@@ -13,6 +13,17 @@
(popup_delete_cb): use utility routines to do removal
(button_press_event): do the icon properly
+2004-06-22 Rodney Dawes <dobey@novell.com>
+
+ * gui/calendar-component.c (config_calendars_selection_changed_cb):
+ (config_primary_calendar_selection_changed_cb):
+ Add these two callbacks so that we can update the selection in the
+ calendar when the gconf key changes, like we do for tasks
+
+ (create_component_view): Register the two callbacks that we created
+ for updating the selection in the view, and their notification IDs
+
+
2004-06-22 JP Rosevear <jpr@novell.com>
* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):