[evolution] ETaskShellSidebar: Remove "loading" status message.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] ETaskShellSidebar: Remove "loading" status message.
- Date: Mon, 25 Feb 2013 15:50:52 +0000 (UTC)
commit bface58459243c763742dbc1cdb1d761d8ae388c
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Feb 25 10:46:44 2013 -0500
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 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c
index 9555860..ef767cf 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]