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
This commit is contained in:
Shaun Reich 2009-02-02 02:34:57 +00:00
parent b1d8854ad2
commit 9587d04b80

View file

@ -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());