From cfe2584df187f919866291a5107f967ce0002907 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 28 Jan 2004 22:54:36 +0000 Subject: stop status bar messages madness. 2004-01-28 Rodrigo Moya * gui/gnome-cal.c (update_query): * gui/e-cal-list-view.c (e_cal_list_view_update_query): * gui/e-cal-view.c (e_calendar_view_update_query): stop status bar messages madness. svn path=/trunk/; revision=24503 --- calendar/ChangeLog | 13 ++++++++++--- calendar/gui/e-cal-list-view.c | 4 ---- calendar/gui/e-cal-view.c | 4 ---- calendar/gui/e-calendar-view.c | 4 ---- calendar/gui/gnome-cal.c | 5 ----- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e5f1a431ab..44bf7fe55f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-01-28 Rodrigo Moya + + * gui/gnome-cal.c (update_query): + * gui/e-cal-list-view.c (e_cal_list_view_update_query): + * gui/e-cal-view.c (e_calendar_view_update_query): stop status bar + messages madness. + 2004-01-27 JP Rosevear * gui/calendar-component.c (delete_calendar_cb): use e_cal_remove @@ -19,20 +26,20 @@ * gui/migration.c (migrate_ical_folder): add the source to the group so it actually shows up -2004-01-27 JP Rosevear +2004-01-26 JP Rosevear * gui/migration.c (migrate_calendars): get the source name with out using freed memory (migrate_tasks): ditto -2004-01-27 Rodrigo Moya +2004-01-26 Rodrigo Moya Fixes #53338 * gui/dialogs/calendar-setup.c (dialog_to_source): set the relative URI on the source for remote sources. -2004-01-27 Rodrigo Moya +2004-01-26 Rodrigo Moya Fixes #52312 diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index f7c6917ac8..19134800d3 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -395,13 +395,9 @@ setup_e_table_cb (gpointer data) static void e_cal_list_view_update_query (ECalendarView *cal_list_view) { - e_calendar_view_set_status_message (E_CALENDAR_VIEW (cal_list_view), _("Searching")); - if (!E_CAL_LIST_VIEW (cal_list_view)->set_table_id) E_CAL_LIST_VIEW (cal_list_view)->set_table_id = g_idle_add (setup_e_table_cb, cal_list_view); - - e_calendar_view_set_status_message (E_CALENDAR_VIEW (cal_list_view), NULL); } static void diff --git a/calendar/gui/e-cal-view.c b/calendar/gui/e-cal-view.c index 074961e54f..100d9dcc0b 100644 --- a/calendar/gui/e-cal-view.c +++ b/calendar/gui/e-cal-view.c @@ -660,13 +660,9 @@ e_calendar_view_update_query (ECalendarView *cal_view) { g_return_if_fail (E_IS_CALENDAR_VIEW (cal_view)); - e_calendar_view_set_status_message (cal_view, _("Searching")); - if (E_CALENDAR_VIEW_CLASS (G_OBJECT_GET_CLASS (cal_view))->update_query) { E_CALENDAR_VIEW_CLASS (G_OBJECT_GET_CLASS (cal_view))->update_query (cal_view); } - - e_calendar_view_set_status_message (cal_view, NULL); } void diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 074961e54f..100d9dcc0b 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -660,13 +660,9 @@ e_calendar_view_update_query (ECalendarView *cal_view) { g_return_if_fail (E_IS_CALENDAR_VIEW (cal_view)); - e_calendar_view_set_status_message (cal_view, _("Searching")); - if (E_CALENDAR_VIEW_CLASS (G_OBJECT_GET_CLASS (cal_view))->update_query) { E_CALENDAR_VIEW_CLASS (G_OBJECT_GET_CLASS (cal_view))->update_query (cal_view); } - - e_calendar_view_set_status_message (cal_view, NULL); } void diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index c703a188c0..74afd6ff1d 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -583,8 +583,6 @@ update_query (GnomeCalendar *gcal) e_calendar_item_clear_marks (priv->date_navigator->calitem); - e_calendar_view_set_status_message (E_CALENDAR_VIEW (priv->week_view), _("Searching")); - /* free the previous queries */ for (l = priv->dn_queries; l != NULL; l = l->next) { old_query = l->data; @@ -603,7 +601,6 @@ update_query (GnomeCalendar *gcal) real_sexp = adjust_e_cal_view_sexp (gcal, priv->sexp); if (!real_sexp) { - e_calendar_view_set_status_message (E_CALENDAR_VIEW (priv->week_view), NULL); return; /* No time range is set, so don't start a query */ } @@ -630,8 +627,6 @@ update_query (GnomeCalendar *gcal) } g_free (real_sexp); - - e_calendar_view_set_status_message (E_CALENDAR_VIEW (priv->week_view), NULL); } static void -- cgit v1.2.3