diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-03 23:52:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-03 23:52:15 +0800 |
commit | 146ec1563a095f2a30f01c8ba86b7e7db518d3f4 (patch) | |
tree | 39291dd3c912ff99c8f97ebea2c2d4516b5999cf /calendar/ChangeLog | |
parent | 7f92d558c4ee075865c15c7ff355007f8d8c0faf (diff) | |
download | gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar.gz gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar.bz2 gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar.lz gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar.xz gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.tar.zst gsoc2013-evolution-146ec1563a095f2a30f01c8ba86b7e7db518d3f4.zip |
cast the parent (config_primary_selection_changed_cb): handle the primary
2003-12-03 JP Rosevear <jpr@ximian.com>
* gui/calendar-component.c (rename_calendar_cb): cast the parent
(config_primary_selection_changed_cb): handle the primary
selection changing elsewhere
(impl_dispose): remove the list of notifications
(impl_createControls): add primary calendar notification
(config_create_ecal_changed_cb): clear create_ecal if the primary
key changes
(setup_create_ecal): find an ecal to use for creation
(impl_requestCreateItem): use above
svn path=/trunk/; revision=23600
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5ef9afff34..6428c8fbde 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-12-03 JP Rosevear <jpr@ximian.com> + + * gui/calendar-component.c (rename_calendar_cb): cast the parent + (config_primary_selection_changed_cb): handle the primary + selection changing elsewhere + (impl_dispose): remove the list of notifications + (impl_createControls): add primary calendar notification + (config_create_ecal_changed_cb): clear create_ecal if the primary + key changes + (setup_create_ecal): find an ecal to use for creation + (impl_requestCreateItem): use above + 2003-12-03 Ettore Perazzoli <ettore@ximian.com> * importers/icalendar-importer.c: Do not #include shell stuff. |