aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
-rw-r--r--src/bookmarks/ephy-bookmarks-menu.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 67eb6d491..cff704d7e 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -718,8 +718,6 @@ ephy_bookmarks_editor_finalize (GObject *object)
g_object_unref (G_OBJECT (editor->priv->bookmarks_filter));
g_object_unref (editor->priv->action_group);
- gtk_ui_manager_remove_action_group (editor->priv->ui_merge,
- editor->priv->action_group);
g_object_unref (editor->priv->ui_merge);
if (editor->priv->window)
diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c
index 78d565983..6c1b2d86d 100644
--- a/src/bookmarks/ephy-bookmarks-menu.c
+++ b/src/bookmarks/ephy-bookmarks-menu.c
@@ -446,8 +446,6 @@ ephy_bookmarks_menu_finalize (GObject *o)
if (p->action_group != NULL)
{
- gtk_ui_manager_remove_action_group
- (p->merge, p->action_group);
g_object_unref (p->action_group);
}