aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-19 21:56:35 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:20 +0800
commitc36bd27fa84fec81ad40032c0dce07051d73f04c (patch)
tree84cbf2174be4294072e32b98ec8d3c5cbb6f4d05 /shell/e-shell-view.c
parent700e263817c36ccf88a6de523326d2f1bc1b4003 (diff)
downloadgsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.gz
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.bz2
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.lz
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.xz
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.zst
gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.zip
Bug #634403 - Mails Label popup menu is not updated properly
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index fafab518aa..cb682b7814 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -730,6 +730,7 @@ shell_view_toggled (EShellView *shell_view)
} else if (!view_is_active && priv->merge_id != 0) {
e_plugin_ui_disable_manager (ui_manager, id);
gtk_ui_manager_remove_ui (ui_manager, priv->merge_id);
+ gtk_ui_manager_ensure_update (ui_manager);
priv->merge_id = 0;
}