aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-03 04:31:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-03 04:31:13 +0800
commitba14e3cb74ca760cccba21b6e6829f978f81a17b (patch)
tree783911e8e751cea81fa9a87ae86a78ae6ced2bc3
parent8f6ee6cb9b3292a91ac783c25508a701d34400f9 (diff)
downloadgsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar.gz
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar.bz2
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar.lz
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar.xz
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.tar.zst
gsoc2013-evolution-ba14e3cb74ca760cccba21b6e6829f978f81a17b.zip
[Fix #11326, The folder list can become detached from its parent
window.] * e-shell-view.c (folder_context_menu_popped_down_cb): Pop down the folder bar if it's popped up. svn path=/trunk/; revision=13346
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/e-shell-view.c3
2 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 40daa553ac..b6ab8d4dce 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+ [Fix #11326, The folder list can become detached from its parent
+ window.]
+
+ * e-shell-view.c (folder_context_menu_popped_down_cb): Pop down
+ the folder bar if it's popped up.
+
+2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (e_shell_component_maybe_crashed): Make the crash
message less dorky. [#10264]
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. */