diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-04 01:58:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-04 01:58:57 +0800 |
commit | 83627b1070f3e4f7d4aee867968adc9e477c1bd4 (patch) | |
tree | b2988fa761e0629808a283b2f3f7337bca0dcf0d /calendar/ChangeLog | |
parent | fe287412e98f795c3572f378a594d97bf9a07ab7 (diff) | |
download | gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar.gz gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar.bz2 gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar.lz gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar.xz gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.tar.zst gsoc2013-evolution-83627b1070f3e4f7d4aee867968adc9e477c1bd4.zip |
Do not call control_util_set_folder_bar_label().
* gui/tasks-control.c (tasks_control_activate): Do not call
control_util_set_folder_bar_label().
* gui/e-calendar-table.c (e_calendar_table_set_status_message):
Use e_activity_handler_operation_progressing(), not
evolution_activity_client_update().
* gui/e-cal-view.c: Remove settings menu.
(on_settings): Remove.
* gui/calendar-commands.c (get_shell_view_interface): Remove.
(control_util_set_folder_bar_label): Remove.
(calendar_set_folder_bar_label): Remove.
(control_util_show_settings): Remove.
(gcal_calendar_dates_change_cb): Remove.
(calendar_control_activate): Do not connect, do not call
calendar_set_folder_bar_label().
svn path=/trunk/; revision=23614
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4f1eff5b74..d401f2a96a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2003-12-03 Ettore Perazzoli <ettore@ximian.com> + + * gui/tasks-control.c (tasks_control_activate): Do not call + control_util_set_folder_bar_label(). + + * gui/e-calendar-table.c (e_calendar_table_set_status_message): + Use e_activity_handler_operation_progressing(), not + evolution_activity_client_update(). + + * gui/e-cal-view.c: Remove settings menu. + (on_settings): Remove. + + * gui/calendar-commands.c (get_shell_view_interface): Remove. + (control_util_set_folder_bar_label): Remove. + (calendar_set_folder_bar_label): Remove. + (control_util_show_settings): Remove. + (gcal_calendar_dates_change_cb): Remove. + (calendar_control_activate): Do not connect, do not call + calendar_set_folder_bar_label(). + 2003-12-03 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (gnome_calendar_destroy): free the notification |