From bface58459243c763742dbc1cdb1d761d8ae388c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 25 Feb 2013 10:46:44 -0500 Subject: ETaskShellSidebar: Remove "loading" status message. Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it. --- modules/calendar/e-task-shell-sidebar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c index 9555860077..ef767cf31c 100644 --- a/modules/calendar/e-task-shell-sidebar.c +++ b/modules/calendar/e-task-shell-sidebar.c @@ -720,7 +720,6 @@ e_task_shell_sidebar_add_client (ETaskShellSidebar *task_shell_sidebar, { ESource *source; ESourceSelector *selector; - const gchar *message; g_return_if_fail (E_IS_TASK_SHELL_SIDEBAR (task_shell_sidebar)); g_return_if_fail (E_IS_CAL_CLIENT (client)); @@ -730,10 +729,7 @@ e_task_shell_sidebar_add_client (ETaskShellSidebar *task_shell_sidebar, selector = e_task_shell_sidebar_get_selector (task_shell_sidebar); e_source_selector_select_source (selector, source); - message = _("Loading task list"); - task_shell_sidebar_emit_status_message (task_shell_sidebar, message); task_shell_sidebar_emit_client_added (task_shell_sidebar, client); - task_shell_sidebar_emit_status_message (task_shell_sidebar, NULL); } void -- cgit v1.2.3