diff options
author | portix <portix@gmx.net> | 2013-04-15 23:26:08 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-15 23:26:08 +0200 |
commit | 706416664d328be07f8969766841504ab7b13e1d (patch) | |
tree | b312fae66a8b749fc6adbdfdacec7d4ce955742a /m4/settings.m4 | |
parent | 7244f5ee2468621b714c0d03efc484059af54ae9 (diff) | |
download | dwb-706416664d328be07f8969766841504ab7b13e1d.zip |
Closing #298, Drop vertical tabs in gtk3-crap
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4 index 2c5ba874..ed15fa73 100644 --- a/m4/settings.m4 +++ b/m4/settings.m4 @@ -30,8 +30,8 @@ html_input(proxy-url, text, The HTTP-proxy url) html_input(save-session, checkbox, Whether to Automatically save sessions) html_input(single-instance, checkbox, Whether to have only one instance) ifdef(`WITH_LIBSOUP_2_38', -html_input(ssl-use-system-ca-file, checkbox, Whether to use the system certification file), -html_input(ssl-ca-file, text, Path to ssl-certificate) +`html_input(ssl-use-system-ca-file, checkbox, Whether to use the system certification file)' , +`html_input(ssl-ca-file, text, Path to ssl-certificate)' ) dnl SSL_CERTIFICATION html_input(ssl-strict, checkbox, Whether to allow only safe ssl-certificates) @@ -98,8 +98,8 @@ html_select(new-tab-position-policy, html_options(right, left, rightmost, leftmo html_select(progress-bar-style, html_options(default, simple), The progress bar style) html_input(show-single-tab, checkbox, Whether to show the tabbar if only one tab is open) html_input(scrollbars, checkbox, Whether scrollbars should be enabled) -html_select(tab-orientation, html_options(horizontal, vertical-left, vertical-right), ``Orientation of tabs, if set to vertical-left or -right t and T in widget-packing is ignored'') -html_input(tab-width, text, ``Width of vertical tabs, will be ignored for horizontal tabs'') +ifdef(`WITH_GTK3', ,html_select(tab-orientation, html_options(horizontal, vertical-left, vertical-right)', ``Orientation of tabs; if set to vertical-left or -right t and T in widget-packing is ignored'')) +ifdef(`WITH_GTK3', ,html_input(tab-width, text, ``Width of vertical tabs; will be ignored for horizontal tabs'')) html_input(tabbar-visible, text, Number of seconds a hidden tabbar is visible when switching between tabs) html_input(tabbed-browsing, checkbox, Whether to enable tabbed browsing) html_input(user-stylesheet-uri, text, The uri of a stylesheet applied to every page) |