diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 46b31f3eef..722b4788c0 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -426,6 +426,9 @@ pop_up_folder_bar (EShellView *shell_view) g_assert (! priv->folder_bar_shown); + e_title_bar_set_button_mode (E_TITLE_BAR (priv->storage_set_title_bar), + E_TITLE_BAR_BUTTON_MODE_PIN); + priv->folder_bar_popup = gtk_window_new (GTK_WINDOW_POPUP); /* We need to show the storage set view box and do a pointer grab to catch the |