┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-02-02 02:34:57 +0000
committerShaun Reich <[email protected]>2009-02-02 02:34:57 +0000
commit9587d04b805c01d0e9b6c392c12f8d11b3f19f0e (patch)
treecb96e9adb97648c48d726052ea2547f882feec06
parentb1d8854ad2fbd059dd31783cd82730e6b2c62566 (diff)
These radio buttons are paired, when you enable one, you inherently disable the other, so we're just repeating ourselves by doing this manually.
svn path=/trunk/KDE/kdebase/apps/; revision=919995
-rw-r--r--src/settings/navigationsettingspage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings/navigationsettingspage.cpp b/src/settings/navigationsettingspage.cpp
index b2e0820b9..7840c5ce9 100644
--- a/src/settings/navigationsettingspage.cpp
+++ b/src/settings/navigationsettingspage.cpp
@@ -103,7 +103,6 @@ void NavigationSettingsPage::loadSettings()
{
const bool singleClick = KGlobalSettings::singleClick();
m_singleClick->setChecked(singleClick);
- m_doubleClick->setChecked(!singleClick);
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
m_browseThroughArchives->setChecked(settings->browseThroughArchives());