diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 5875546eba..c88c995c17 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1774,6 +1774,13 @@ e_shell_view_save_settings (EShellView *shell_view, save_shortcut_bar_icon_modes (shell_view); gnome_config_pop_prefix (); + +#if 0 + char *expanded_state_file = g_strdup_printf ("%s/config/shell-expanded", evolution_dir); + + e_tree_save_expanded_state(E_TREE(priv->storage_set_view), expanded_state_file); + g_free(expanded_state_file); +#endif return TRUE; } |