Reverted my previous commit(919897), I was incorrect, it looked to work like this, but didn't.

svn path=/trunk/KDE/kdebase/apps/; revision=920374
This commit is contained in:
Shaun Reich 2009-02-02 19:43:02 +00:00
parent 27c4c34316
commit 23424a0cce

View file

@ -103,7 +103,7 @@ void NavigationSettingsPage::loadSettings()
{ {
const bool singleClick = KGlobalSettings::singleClick(); const bool singleClick = KGlobalSettings::singleClick();
m_singleClick->setChecked(singleClick); m_singleClick->setChecked(singleClick);
m_doubleClick->setChecked(!singleClick);
GeneralSettings* settings = DolphinSettings::instance().generalSettings(); GeneralSettings* settings = DolphinSettings::instance().generalSettings();
m_browseThroughArchives->setChecked(settings->browseThroughArchives()); m_browseThroughArchives->setChecked(settings->browseThroughArchives());
m_autoExpandFolders->setChecked(settings->autoExpandFolders()); m_autoExpandFolders->setChecked(settings->autoExpandFolders());