aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-29 06:54:36 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-29 06:54:36 +0800
commitcfe2584df187f919866291a5107f967ce0002907 (patch)
tree5023a0928aa634188d6a5e338afca82e6b88bfc7 /calendar/gui/e-cal-list-view.c
parent55fd08582cfb6ae2d6103e53f7a9d0368596fb84 (diff)
downloadgsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar.gz
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar.bz2
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar.lz
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar.xz
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.tar.zst
gsoc2013-evolution-cfe2584df187f919866291a5107f967ce0002907.zip
stop status bar messages madness.
2004-01-28 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c4
1 files changed, 0 insertions, 4 deletions
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