diff options
author | David Bordoley <bordoley@msu.edu> | 2003-04-30 23:23:59 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-04-30 23:23:59 +0800 |
commit | 6a6479ca2b2c1fd5aa78c860299d1a96ef51f199 (patch) | |
tree | 7d3872e012507702383a587ebc8a000f5969be6d /data | |
parent | 4060d7d5d6a9c6199515e9c059faf43d53b02e44 (diff) | |
download | gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.gz gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.bz2 gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.lz gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.xz gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.tar.zst gsoc2013-epiphany-6a6479ca2b2c1fd5aa78c860299d1a96ef51f199.zip |
src/ephy-window.c data/epiphany.schemas.in
2003-04-30 David Bordoley <bordoley@msu.edu>
* src/ephy-window.c
* data/epiphany.schemas.in
* lib/ephy-prefs.h:
Remove fullscreen-only prefs for which UI items to display.
Now fullscreen respects the "View" menu toggles for UI
items - but the menu bar is not shown in fullscreen view.
See bug 111747 for details.
Patch from Lee Willis <lwillis@plus.net>
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 06d0afd5f..f56d3038e 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -183,39 +183,6 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/interface/show_toolbars_in_fullscreen</key> - <applyto>/apps/epiphany/interface/show_toolbars_in_fullscreen</applyto> - <owner>epiphany</owner> - <type>bool</type> - <default>1</default> - <locale name="C"> - <short>Show toolbars in full screen mode</short> - <long>Show toolbars in full screen mode.</long> - </locale> - </schema> - <schema> - <key>/schemas/apps/epiphany/interface/show_statusbar_in_fullscreen</key> - <applyto>/apps/epiphany/interface/show_statusbar_in_fullscreen</applyto> - <owner>epiphany</owner> - <type>bool</type> - <default>0</default> - <locale name="C"> - <short>Show statusbar in full screen mode</short> - <long>Show statusbar in full screen mode.</long> - </locale> - </schema> - <schema> - <key>/schemas/apps/epiphany/interface/show_sidebar_in_fullscreen</key> - <applyto>/apps/epiphany/interface/show_sidebar_in_fullscreen</applyto> - <owner>epiphany</owner> - <type>bool</type> - <default>0</default> - <locale name="C"> - <short>Show sidebar in full screen mode</short> - <long>Show sidebar in full screen mode.</long> - </locale> - </schema> - <schema> <key>/schemas/apps/epiphany/interface/show_sidebar</key> <applyto>/apps/epiphany/interface/show_sidebar</applyto> <owner>epiphany</owner> |