diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-20 03:50:50 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-20 03:50:50 +0800 |
commit | db14454c1d9f8a89e13e4469c771d9ce5d543135 (patch) | |
tree | 1ed646b2fdb841048e54469b8ece307c2bd295a2 /calendar/ChangeLog | |
parent | fb8be1c3e2d094b9e3f5739af3252cb3de38726f (diff) | |
download | gsoc2013-evolution-db14454c1d9f8a89e13e4469c771d9ce5d543135.tar.gz gsoc2013-evolution-db14454c1d9f8a89e13e4469c771d9ce5d543135.tar.zst gsoc2013-evolution-db14454c1d9f8a89e13e4469c771d9ce5d543135.zip |
make sure there is a ui container
2003-12-19 JP Rosevear <jpr@ximian.com>
* gui/tasks-control.c (tasks_control_sensitize_commands): make
sure there is a ui container
* gui/calendar-commands.c (calendar_control_sensitize_calendar_commands): ditto
* gui/tasks-component.c (impl_createControls): update after the
signals are connected so that the ecal's are actually loaded
* gui/calendar-component.c: ditto
svn path=/trunk/; revision=23990
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 4275af7a1d..bdccbfb0b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-12-19 JP Rosevear <jpr@ximian.com> + + * gui/tasks-control.c (tasks_control_sensitize_commands): make + sure there is a ui container + + * gui/calendar-commands.c (calendar_control_sensitize_calendar_commands): ditto + + * gui/tasks-component.c (impl_createControls): update after the + signals are connected so that the ecal's are actually loaded + + * gui/calendar-component.c: ditto + 2003-12-19 William Jon McCann <mccann@jhu.edu> * gui/dialogs/task-page.c (source_changed_cb): |