diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-17 07:18:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-17 07:18:31 +0800 |
commit | 7d9d3e3df88c1696ae8da85f11fa1f908c1a1da1 (patch) | |
tree | 1ac868460d4aefcb499ee66a3edc13aafd8fc3a7 /calendar/ChangeLog | |
parent | 8b1e261b3e451e1a28176cc1b835634a1a30d0d8 (diff) | |
download | gsoc2013-evolution-7d9d3e3df88c1696ae8da85f11fa1f908c1a1da1.tar.gz gsoc2013-evolution-7d9d3e3df88c1696ae8da85f11fa1f908c1a1da1.tar.zst gsoc2013-evolution-7d9d3e3df88c1696ae8da85f11fa1f908c1a1da1.zip |
copy in here (update_uris_for_selection): save the selection
2003-11-16 JP Rosevear <jpr@ximian.com>
* gui/tasks-component.c (is_in_uids): copy in here
(update_uris_for_selection): save the selection
(update_selection): update the selection when its changed
somewhere else
(config_selection_changed_cb): update the selection if the
configuration changes
(impl_createControls): store the source selector
* gui/calendar-config.h: add protos
* gui/calendar-config.c (calendar_config_get_tasks_selected): get
the list of task lists selected
(calendar_config_set_tasks_selected): save it
(calendar_config_add_notification_tasks_selected): get notified
about it
svn path=/trunk/; revision=23374
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c7c7cae7e5..7183af147d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,23 @@ 2003-11-16 JP Rosevear <jpr@ximian.com> + * gui/tasks-component.c (is_in_uids): copy in here + (update_uris_for_selection): save the selection + (update_selection): update the selection when its changed + somewhere else + (config_selection_changed_cb): update the selection if the + configuration changes + (impl_createControls): store the source selector + + * gui/calendar-config.h: add protos + + * gui/calendar-config.c (calendar_config_get_tasks_selected): get + the list of task lists selected + (calendar_config_set_tasks_selected): save it + (calendar_config_add_notification_tasks_selected): get notified + about it + +2003-11-16 JP Rosevear <jpr@ximian.com> + * gui/tasks-component.c (add_uri_for_source): add it via e-tasks (remove_uri_for_source): remove it via e-tasks (get_default_task): provide a default for editing |