From 4f956b536b91ef80b478f0dc3aaedfef591b648c Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 26 Feb 2003 12:08:37 +0000 Subject: Make tbe a normal dialog for now. 2003-02-26 Marco Pesenti Gritti * lib/widgets/ephy-editable-toolbar.c: (ui_update), (ephy_editable_toolbar_init), (editor_add_toolbar_cb), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (setup_editor), (update_editor_sheet), (ephy_editable_toolbar_edit): * lib/widgets/ephy-editable-toolbar.h: * src/window-commands.c: (window_cmd_edit_toolbar): Make tbe a normal dialog for now. --- src/window-commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/window-commands.c b/src/window-commands.c index 8d335fe6d..cec3ba859 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -626,7 +626,8 @@ window_cmd_edit_toolbar (EggAction *action, toolbar = ephy_window_get_toolbar (window); - ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar)); + ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar), + GTK_WIDGET (window)); } void -- cgit v1.2.3