diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-19 21:56:35 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:20 +0800 |
commit | c36bd27fa84fec81ad40032c0dce07051d73f04c (patch) | |
tree | 84cbf2174be4294072e32b98ec8d3c5cbb6f4d05 /widgets | |
parent | 700e263817c36ccf88a6de523326d2f1bc1b4003 (diff) | |
download | gsoc2013-evolution-c36bd27fa84fec81ad40032c0dce07051d73f04c.tar.gz 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.c | 1 |
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; |