From c93cd13f059815bfa8f1d2f23820d0c62796c15d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 11 Sep 2003 22:02:28 +0000 Subject: Remove not needed removal of groups of actions from ui merge (gtk fix). 2003-09-11 Marco Pesenti Gritti * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_finalize): * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_finalize): * src/ephy-encoding-menu.c: (ephy_encoding_menu_finalize_impl): * src/ephy-favorites-menu.c: (ephy_favorites_menu_finalize): * src/ephy-history-window.c: (ephy_history_window_finalize): * src/ephy-tabs-menu.c: (ephy_tabs_menu_finalize_impl): * src/ephy-window.c: (ephy_window_finalize): * src/toolbar.c: (toolbar_finalize): Remove not needed removal of groups of actions from ui merge (gtk fix). --- src/bookmarks/ephy-bookmarks-editor.c | 2 -- src/bookmarks/ephy-bookmarks-menu.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/bookmarks') 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); } -- cgit v1.2.3