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 /plugins | |
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 'plugins')
-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; |