aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
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 /widgets
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 'widgets')
-rw-r--r--widgets/misc/e-attachment-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c
index 5094a54f1d..8958ad0980 100644
--- a/widgets/misc/e-attachment-view.c
+++ b/widgets/misc/e-attachment-view.c
@@ -716,6 +716,7 @@ attachment_view_update_actions (EAttachmentView *view)
gtk_ui_manager_remove_ui (priv->ui_manager, priv->merge_id);
action_group = e_attachment_view_get_action_group (view, "openwith");
e_action_group_remove_all_actions (action_group);
+ gtk_ui_manager_ensure_update (priv->ui_manager);
if (attachment == NULL || busy)
return;