From 018018fabe7e660f7928b8a7b817bb63202dc734 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 31 Mar 2013 11:47:17 -0400 Subject: Remove more Express Mode hacks. This removes all traces of Express Mode from all but the contact editor and calendar appointment editor. Need to evaluate the remaining cases individually. --- shell/e-shell-window-private.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'shell/e-shell-window-private.c') diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index b3070a6bcf..100a8bef0d 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -432,14 +432,10 @@ e_shell_window_private_constructed (EShellWindow *shell_window) shell_window, "taskbar-visible", G_SETTINGS_BIND_DEFAULT); - if (e_shell_get_express_mode (shell)) { - e_shell_window_set_switcher_visible (shell_window, FALSE); - } else { - g_settings_bind ( - settings, "buttons-visible", - shell_window, "switcher-visible", - G_SETTINGS_BIND_DEFAULT); - } + g_settings_bind ( + settings, "buttons-visible", + shell_window, "switcher-visible", + G_SETTINGS_BIND_DEFAULT); g_settings_bind ( settings, "toolbar-visible", -- cgit v1.2.3