diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-19 21:56:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-01-19 21:56:35 +0800 |
commit | 3cce94edcbd2c0969e72bdb53dfeefe4d76551f0 (patch) | |
tree | 0f93a971763ac65299502b36794ce7b1afa13fb0 /widgets | |
parent | a5bbb0c3a2bcd06cdb3c67082d2971681de5ca43 (diff) | |
download | gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar.gz gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar.bz2 gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar.lz gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar.xz gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.tar.zst gsoc2013-evolution-3cce94edcbd2c0969e72bdb53dfeefe4d76551f0.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; |