From 73d63f2a55ff54b8f145b8bdd0493d70dd263a92 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 28 May 2010 08:48:37 -0400 Subject: Minor EShellWindow cleanup. --- shell/e-shell-window-private.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index a2b8ccec40..7bcf069408 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -443,10 +443,13 @@ e_shell_window_private_constructed (EShellWindow *shell_window) gconf_bridge_bind_property (bridge, key, object, "sidebar-visible"); if (e_shell_get_express_mode (shell)) { - const gchar *active_view = e_shell_window_get_active_view (shell_window); + const gchar *active_view; + gboolean taskbar_visible; + + active_view = e_shell_window_get_active_view (shell_window); + taskbar_visible = (g_strcmp0 (active_view, "mail") == 0); e_shell_window_set_switcher_visible (shell_window, FALSE); - e_shell_window_set_taskbar_visible (shell_window, active_view && - !strcmp (active_view, "mail")); + e_shell_window_set_taskbar_visible (shell_window, taskbar_visible); } else { object = G_OBJECT (shell_window); key = "/apps/evolution/shell/view_defaults/statusbar_visible"; -- cgit v1.2.3