diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-12-17 21:36:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-12-17 21:36:07 +0800 |
commit | 31641a0c2b522d5ac1da0a0764eadfce92400412 (patch) | |
tree | 9a6f56b85e41f519dc1c81248b2cb027dfb3a25d /calendar/ChangeLog | |
parent | 2e449b7753660adbb8614a22fdf38e693e91ae86 (diff) | |
download | gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar.gz gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar.bz2 gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar.lz gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar.xz gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.tar.zst gsoc2013-evolution-31641a0c2b522d5ac1da0a0764eadfce92400412.zip |
call calendar_control_sensitize_calendar_commands when the primary
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (update_uri_for_primary_selection): call
calendar_control_sensitize_calendar_commands when the primary selection
changes.
(impl_createControls): keep the view_control in the private structure and
use control_factory_new_control() to create the control.
(control_activate_cb): removed unneeded function.
* gui/tasks-component.c (impl_createControls): use tasks_control_new to
create the tasks view control.
(control_activate_cb): removed unneeded function.
svn path=/trunk/; revision=23962
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index eea7db533c..5b80430a7e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2003-12-17 Rodrigo Moya <rodrigo@ximian.com> + * gui/calendar-component.c (update_uri_for_primary_selection): call + calendar_control_sensitize_calendar_commands when the primary selection + changes. + (impl_createControls): keep the view_control in the private structure and + use control_factory_new_control() to create the control. + (control_activate_cb): removed unneeded function. + + * gui/tasks-component.c (impl_createControls): use tasks_control_new to + create the tasks view control. + (control_activate_cb): removed unneeded function. + * gui/gnome-cal.c (gnome_calendar_add_event_uri): check the return value from e_cal_new_from_uri. |