diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-28 14:06:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-28 14:06:47 -0500 |
commit | 740cdbc24975f0469962aea07732dddf6aee5b78 (patch) | |
tree | 52da2c654a5b0cc041f162d6d4f81e3ff886902b /konsole | |
parent | a039120e05fd8c03569e1135a30bbbb797e887b2 (diff) | |
parent | d1324133ee949acedcbf1776c8a80d3e28218c23 (diff) | |
download | tdebase-740cdbc24975f0469962aea07732dddf6aee5b78.tar.gz tdebase-740cdbc24975f0469962aea07732dddf6aee5b78.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/konsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index 0cb65310e..9f694ca72 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -1627,7 +1627,7 @@ void Konsole::readProperties(TDEConfig* config, const TQString &schema, bool glo b_xonXoff = config->readBoolEntry("XonXoff",false); b_matchTabWinTitle = config->readBoolEntry("MatchTabWinTitle",false); - b_mouseWheelScroll = config->readBoolEntry("TabsCycleWheel",false); + b_mouseWheelScroll = config->readBoolEntry("TabsCycleWheel",true); config->setGroup("UTMP"); b_addToUtmp = config->readBoolEntry("AddToUtmp",true); config->setDesktopGroup(); |