[Xfce4-commits] <midori:master> Default to tabs in background, it's trendy not scary these days
Christian Dywan
noreply at xfce.org
Sat Sep 15 01:22:05 CEST 2012
Updating branch refs/heads/master
to ddc1bec3fed90d0958b756b8815715223ad872fb (commit)
from 29716305b53bd01105b758cfd8bfdc7000d0c0a5 (commit)
commit ddc1bec3fed90d0958b756b8815715223ad872fb
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Sep 14 23:55:12 2012 +0200
Default to tabs in background, it's trendy not scary these days
midori/midori-settings.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-settings.vala b/midori/midori-settings.vala
index 041db0b..70d213c 100644
--- a/midori/midori-settings.vala
+++ b/midori/midori-settings.vala
@@ -69,7 +69,7 @@ namespace Midori {
public bool flash_window_on_new_bg_tabs { get; set; default = false; }
public bool close_buttons_on_tabs { get; set; default = true; }
- public bool open_tabs_in_the_background { get; set; default = false; }
+ public bool open_tabs_in_the_background { get; set; default = true; }
public bool open_tabs_next_to_current { get; set; default = true; }
public bool always_show_tabbar { get; set; default = true; }
More information about the Xfce4-commits
mailing list