diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-06 00:08:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-06 00:08:04 +0800 |
commit | 7457f676155191be13664f62ccbe2e1fcb184de4 (patch) | |
tree | 9016424e330af2cbda9c28872d178848d3da60e3 /lib/egg/egg-toolbars-model.h | |
parent | 781a2569005c985af2ac82f329fc35d9e0e5d268 (diff) | |
download | gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar.gz gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar.bz2 gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar.lz gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar.xz gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.tar.zst gsoc2013-epiphany-7457f676155191be13664f62ccbe2e1fcb184de4.zip |
Update (removing toolbars with context menu works again).
2003-05-05 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/egg/egg-editable-toolbar.c:
* lib/egg/egg-toolbar-editor.c:
* lib/egg/egg-toolbar-editor.h:
* lib/egg/egg-toolbars-model.c:
* lib/egg/egg-toolbars-model.h:
Update (removing toolbars with context menu works again).
* src/window-commands.c: (toolbar_editor_help_cb),
(window_cmd_edit_toolbar):
Build the tbe dialog, update for new egg api.
Fix position of new toolbars to be before bookmarks toolbar.
Diffstat (limited to 'lib/egg/egg-toolbars-model.h')
-rwxr-xr-x | lib/egg/egg-toolbars-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbars-model.h b/lib/egg/egg-toolbars-model.h index 4d0e82937..1440468fc 100755 --- a/lib/egg/egg-toolbars-model.h +++ b/lib/egg/egg-toolbars-model.h @@ -80,6 +80,7 @@ void egg_toolbars_model_load (EggToolbarsModel *t, void egg_toolbars_model_save (EggToolbarsModel *t, const char *xml_file); int egg_toolbars_model_add_toolbar (EggToolbarsModel *t, + int position, const char *name); EggTbModelFlags egg_toolbars_model_get_flags (EggToolbarsModel *t, int toolbar_position); |