From 2dbb099051ed90af4e932113937a529f74ccab16 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 20 May 2003 20:33:01 +0000 Subject: (gnome_calendar_setup_view_menus): Removed debugging message. svn path=/trunk/; revision=21293 --- calendar/ChangeLog | 62 ++++++++++++++++++++++++++---------------------- calendar/gui/gnome-cal.c | 1 - 2 files changed, 34 insertions(+), 29 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9623642526..3967196781 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-05-20 Ettore Perazzoli + + * gui/gnome-cal.c (gnome_calendar_setup_view_menus): Removed + debugging message. + 2003-05-20 Anna Marie Dirks * gui/dialogs/save-comp.c (save_component_dialog): Change this @@ -70,52 +75,53 @@ * gui/e-day-view.c (e_day_view_finish_resize): hide canvas items and update internal fields before updating the object. +>>>>>>> 1.1774 2003-05-15 JP Rosevear - * gui/dialogs/comp-editor.c (comp_editor_finalize): unref the - client and the ui component + * gui/dialogs/comp-editor.c (comp_editor_finalize): unref the + client and the ui component 2003-05-15 JP Rosevear Fixes #41935 - * gui/e-week-view.c (e_week_view_init): listen for scroll events - on the canvas - (e_week_view_on_button_press): don't scroll here - (e_week_view_on_scroll): scroll here + * gui/e-week-view.c (e_week_view_init): listen for scroll events + on the canvas + (e_week_view_on_button_press): don't scroll here + (e_week_view_on_scroll): scroll here - * gui/e-day-view.c (e_day_view_init): listen for scroll events on - the time and main canvases - (e_day_view_on_main_canvas_button_press): don't scroll here - (e_day_view_on_main_canvas_scroll): scroll here - (e_day_view_on_time_canvas_scroll): and here + * gui/e-day-view.c (e_day_view_init): listen for scroll events on + the time and main canvases + (e_day_view_on_main_canvas_button_press): don't scroll here + (e_day_view_on_main_canvas_scroll): scroll here + (e_day_view_on_time_canvas_scroll): and here 2003-05-15 JP Rosevear Fixes #43029 - * gui/e-week-view.c (e_week_view_init): don't listen for destroy - signal - (e_week_view_destroy): check for NULL and make invisible NULL - after we destroy it, unref cursors and NULL them out as well, - guard against freeing events multiple times + * gui/e-week-view.c (e_week_view_init): don't listen for destroy + signal + (e_week_view_destroy): check for NULL and make invisible NULL + after we destroy it, unref cursors and NULL them out as well, + guard against freeing events multiple times - * gui/e-day-view.c (e_day_view_destroy): check for NULL and make - invisible NULL after we destroy it, unref cursors and NULL them - out as well, guard against freeing events multiple times - (e_day_view_init): don't listen for destroy signal + * gui/e-day-view.c (e_day_view_destroy): check for NULL and make + invisible NULL after we destroy it, unref cursors and NULL them + out as well, guard against freeing events multiple times + (e_day_view_init): don't listen for destroy signal - * gui/e-calendar-table.c (e_calendar_table_init): don't listen for - destroy signal - (e_calendar_table_destroy): check for NULL and make invisible NULL - after we destroy it + * gui/e-calendar-table.c (e_calendar_table_init): don't listen for + destroy signal + (e_calendar_table_destroy): check for NULL and make invisible NULL + after we destroy it -2003-05-15 JP Rosevear +2003-05-15 JP Rosevear Fixes #41930 - - * idl/evolution-calendar.idl: Make sure everything that can raise - a NotFound exception lists it + + * idl/evolution-calendar.idl: Make sure everything that can raise + a NotFound exception lists it 2003-05-15 JP Rosevear diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 6b8c87b575..980b38c361 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1380,7 +1380,6 @@ gnome_calendar_setup_view_menus (GnomeCalendar *gcal, BonoboUIComponent *uic) gal_view_collection_load (collection); } - g_print ("Making GAL view instance.\n"); priv->view_instance = gal_view_instance_new (collection, cal_client_get_uri (priv->client)); priv->view_menus = gal_view_menus_new (priv->view_instance); -- cgit v1.2.3