From: Shaun Reich Date: Mon, 2 Feb 2009 02:34:57 +0000 (+0000) Subject: These radio buttons are paired, when you enable one, you inherently disable the other... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9587d04b805c01d0e9b6c392c12f8d11b3f19f0e 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 --- 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());