aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 650e76030d..893c6fe4e9 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -740,6 +740,9 @@ folder_context_menu_popped_down_cb (EStorageSetView *storage_set_view,
shell_view = E_SHELL_VIEW (data);
setup_verb_sensitivity_for_folder (shell_view, e_shell_view_get_current_path (shell_view));
+
+ if (shell_view->priv->folder_bar_popup != NULL)
+ popdown_transient_folder_bar (shell_view);
}
/* Callback called when the button on the tree's title bar is clicked. */