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 /lib/widgets/ephy-editable-toolbar.h | |
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 'lib/widgets/ephy-editable-toolbar.h')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-editable-toolbar.h b/lib/widgets/ephy-editable-toolbar.h index 10d633a50..8c5f93932 100755 --- a/lib/widgets/ephy-editable-toolbar.h +++ b/lib/widgets/ephy-editable-toolbar.h @@ -57,7 +57,8 @@ GType ephy_editable_toolbar_get_type (void); EphyEditableToolbar *ephy_editable_toolbar_new (EggMenuMerge *merge); -void ephy_editable_toolbar_edit (EphyEditableToolbar *etoolbar); +void ephy_editable_toolbar_edit (EphyEditableToolbar *etoolbar, + GtkWidget *window); EggAction *ephy_editable_toolbar_get_action (EphyEditableToolbar *etoolbar, const char *type, |