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 /plugins/templates/templates.c | |
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 'plugins/templates/templates.c')
-rw-r--r-- | plugins/templates/templates.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 9b664bbe55..3e3bb49195 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -780,6 +780,7 @@ update_actions_cb (EShellView *shell_view) gtk_ui_manager_remove_ui (ui_manager, merge_id); e_action_group_remove_all_actions (action_group); + gtk_ui_manager_ensure_update (ui_manager); if (!plugin_enabled) return; |