diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-26 20:08:37 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-26 20:08:37 +0800 |
commit | 4f956b536b91ef80b478f0dc3aaedfef591b648c (patch) | |
tree | d306026e03945159f3aa896ebf4306b9401a12a1 /src/window-commands.c | |
parent | 49487ca10a9278035c6ee14ee237f7bed7a4ef99 (diff) | |
download | gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar.gz gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar.bz2 gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar.lz gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar.xz gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.tar.zst gsoc2013-epiphany-4f956b536b91ef80b478f0dc3aaedfef591b648c.zip |
Make tbe a normal dialog for now.
2003-02-26 Marco Pesenti Gritti <marco@it.gnome.org>
* 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.
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |