From kde-commits Fri Oct 31 23:16:23 2003 From: Helge Deller Date: Fri, 31 Oct 2003 23:16:23 +0000 To: kde-commits Subject: kdepim/kaddressbook/views X-MARC-Message: https://marc.info/?l=kde-commits&m=106764607101175 CVS commit by deller: roaming user fix M +2 -2 configuretableviewdialog.cpp 1.7 M +2 -2 kaddressbooktableview.cpp 1.15 --- kdepim/kaddressbook/views/configuretableviewdialog.cpp #1.6:1.7 @@ -91,5 +91,5 @@ void LookAndFeelPage::restoreSettings( K mBackgroundBox->setChecked(config->readBoolEntry("Background", false)); - mBackgroundName->lineEdit()->setText(config->readEntry("BackgroundName")); + mBackgroundName->lineEdit()->setText(config->readPathEntry("BackgroundName")); } @@ -100,5 +100,5 @@ void LookAndFeelPage::saveSettings( KCon config->writeEntry("ToolTips", mToolTipBox->isChecked()); config->writeEntry("Background", mBackgroundBox->isChecked()); - config->writeEntry("BackgroundName", mBackgroundName->lineEdit()->text()); + config->writePathEntry("BackgroundName", mBackgroundName->lineEdit()->text()); } --- kdepim/kaddressbook/views/kaddressbooktableview.cpp #1.14:1.15 @@ -151,5 +151,5 @@ void KAddressBookTableView::readConfig(K if (config->readBoolEntry("Background", false)) - mListView->setBackgroundPixmap(config->readEntry("BackgroundName")); + mListView->setBackgroundPixmap(config->readPathEntry("BackgroundName")); // Restore the layout of the listview