diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-05-30 09:11:00 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-05-30 09:11:00 +0800 |
commit | cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9 (patch) | |
tree | 63f6763e6fb465fa18d7f82803902600b2177d63 /calendar/ChangeLog | |
parent | 5fe6cec0feabee50cb809d39569ad1d5450036c5 (diff) | |
download | gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar.gz gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar.bz2 gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar.lz gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar.xz gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.tar.zst gsoc2013-evolution-cc5c75e9f1153fa90e6d4cf566dd80bb26af9ee9.zip |
New function.
2001-05-29 Federico Mena Quintero <federico@ximian.com>
* gui/e-tasks.c (e_tasks_get_calendar_table): New function.
* gui/tasks-control.c (tasks_control_activate): Connect to the
"selection_changed" signal of the tasks widget here, not in
tasks_control_new(). Also, update the sensitivity of the commands
here for the first time.
(tasks_control_deactivate): Disconnect from the signal here since
it only makes sense to monitor selection changes while the control
is active.
(selection_changed_cb): Removed hack that tested the presence of
the remote UI container.
(sensitize_commands): New function.
svn path=/trunk/; revision=10049
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index de14638714..7ae1a97da8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2001-05-29 Federico Mena Quintero <federico@ximian.com> + + * gui/e-tasks.c (e_tasks_get_calendar_table): New function. + + * gui/tasks-control.c (tasks_control_activate): Connect to the + "selection_changed" signal of the tasks widget here, not in + tasks_control_new(). Also, update the sensitivity of the commands + here for the first time. + (tasks_control_deactivate): Disconnect from the signal here since + it only makes sense to monitor selection changes while the control + is active. + (selection_changed_cb): Removed hack that tested the presence of + the remote UI container. + (sensitize_commands): New function. + 2001-05-28 Damon Chaplin <damon@ximian.com> * gui/e-week-view-layout.[hc]: @@ -42,8 +57,6 @@ event-editor.c. Made it store a clone of the component for when we need to expand the recurrence set. -2001-05-22 Federico Mena Quintero <federico@ximian.com> - * gui/dialogs/event-page.c (event_page_get_dates): New function. * gui/dialogs/editor-page.c (editor_page_set_dates): Renamed from |