diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-16 06:20:52 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-16 06:20:52 +0800 |
commit | 60293e52bf139ae8b7e667efb3ee6b8576298a12 (patch) | |
tree | 4446c91791255d29323e5c20dbcc312fb606b3fa /data | |
parent | 84b808dedd7821373c05bd43b8562670fbc620f4 (diff) | |
download | gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.gz gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.zst gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.zip |
Add option to open new windows in tabs.
Only available as a gconf key for now,
/apps/epiphany/general/open_new_windows_in_tab.
Patch by Alejandro G. Castro.
Bug #571593
svn path=/trunk/; revision=8783
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 81fadca59..a847aa295 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -167,6 +167,18 @@ "icons", and "text".</long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/general/open_new_windows_in_tab</key> + <applyto>/apps/epiphany/general/open_new_windows_in_tab</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Force new windows to be opened in tabs</short> + <long>Force new window requests to be opened in tabs instead + of using a new window.</long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/general/show_toolbars</key> <applyto>/apps/epiphany/general/show_toolbars</applyto> |