diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-10 08:23:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-10 08:23:14 +0800 |
commit | 46c10af32a80037c438c3c54f455a1db43a93e25 (patch) | |
tree | 1cdc8ed5fb94a1a1c99314581ef0fe7379e47388 /data/epiphany.schemas.in | |
parent | 0db1c0f440d4388e7000eaa6aa2ea8e53776aded (diff) | |
download | gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar.gz gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar.bz2 gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar.lz gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar.xz gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.tar.zst gsoc2013-epiphany-46c10af32a80037c438c3c54f455a1db43a93e25.zip |
A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/Makefile.am:
* src/ephy-notebook.c: (tab_label_style_set_cb):
* src/ephy-shell.c: (ephy_shell_finalize),
(toolbar_style_notifier), (ephy_shell_get_toolbars_model):
A src/ephy-toolbar-editor.c:
A src/ephy-toolbar-editor.h:
* src/window-commands.c: (window_cmd_edit_toolbar):
Move toolbar editor dialogue into its own class, and implement a
toolbar style override there. Fixes bug #102520.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index b3282a896..6f175b15d 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -157,6 +157,19 @@ pointed to by the currently selected text.</long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/general/toolbar_style</key> + <applyto>/apps/epiphany/general/toolbar_style</applyto> + <owner>epiphany</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Toolbar style</short> + <long>Toolbar style. Allowed values are "" (use GNOME default style), + "both" (text and icons), "both-horiz" (text besides icons), + "icons", and "text".</long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/general/show_toolbars</key> <applyto>/apps/epiphany/general/show_toolbars</applyto> |