diff options
| author | Shaun Reich <[email protected]> | 2009-02-02 02:34:57 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-02-02 02:34:57 +0000 |
| commit | 9587d04b805c01d0e9b6c392c12f8d11b3f19f0e (patch) | |
| tree | cb96e9adb97648c48d726052ea2547f882feec06 /src/settings | |
| parent | b1d8854ad2fbd059dd31783cd82730e6b2c62566 (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
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/navigationsettingspage.cpp | 1 |
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()); |
