diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-10 08:14:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-10 08:14:23 +0800 |
commit | 0db1c0f440d4388e7000eaa6aa2ea8e53776aded (patch) | |
tree | 1851d3f4ba438eb4f2771958eb26e6d0a5902b91 /lib/egg/egg-toolbars-model.c | |
parent | db1d9c156dce000c86c7ea961ac55c9a46b48e8e (diff) | |
download | gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar.gz gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar.bz2 gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar.lz gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar.xz gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.tar.zst gsoc2013-epiphany-0db1c0f440d4388e7000eaa6aa2ea8e53776aded.zip |
Rename toolbar model flags to be more in line with GtkToolbarStyle.
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (toolbar_changed_cb),
(egg_editable_toolbar_construct):
* lib/egg/egg-toolbars-model.c: (parse_toolbars):
* lib/egg/egg-toolbars-model.h:
Rename toolbar model flags to be more in line with GtkToolbarStyle.
Diffstat (limited to 'lib/egg/egg-toolbars-model.c')
-rwxr-xr-x | lib/egg/egg-toolbars-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c index 3837cc3f6..0ecfcd193 100755 --- a/lib/egg/egg-toolbars-model.c +++ b/lib/egg/egg-toolbars-model.c @@ -442,7 +442,7 @@ parse_toolbars (EggToolbarsModel *t, if (style && xmlStrEqual (style, "icons-only")) { /* FIXME: use toolbar position instead of 0 */ - egg_toolbars_model_set_flags (t, 0, EGG_TB_MODEL_ICONS_ONLY); + egg_toolbars_model_set_flags (t, 0, EGG_TB_MODEL_ICONS); } xmlFree (style); |