diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-04 01:08:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-04 01:08:49 +0800 |
commit | 9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3 (patch) | |
tree | db8a4b2b6c986e7292e62aea89c86b2d3eef3933 /calendar/ChangeLog | |
parent | 15585cc9c6eb9a24c4c03e8c5bc34e36aa3474a2 (diff) | |
download | gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar.gz gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar.bz2 gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar.lz gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar.xz gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.tar.zst gsoc2013-evolution-9933bad6390d0bfa9386d4b7bfc5c7805eabb9f3.zip |
free up the notifications and the ecal (config_create_ecal_changed_cb):
2003-12-03 JP Rosevear <jpr@ximian.com>
* gui/tasks-component.c (impl_dispose): free up the notifications
and the ecal
(config_create_ecal_changed_cb): clear the create_ecal if the
primary selection changes
(setup_create_ecal): find a default ecal to do creation with
(impl_requestCreateItem): use above
svn path=/trunk/; revision=23607
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a746076b29..a9afb419fd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2003-12-03 JP Rosevear <jpr@ximian.com> + * gui/tasks-component.c (impl_dispose): free up the notifications + and the ecal + (config_create_ecal_changed_cb): clear the create_ecal if the + primary selection changes + (setup_create_ecal): find a default ecal to do creation with + (impl_requestCreateItem): use above + +2003-12-03 JP Rosevear <jpr@ximian.com> + * gui/tasks-component.c (rename_task_list_cb): cast the parent (impl_createControls): add notification for primary tasks (config_primary_selection_changed_cb): handle primary selection |