From kde-commits Fri Oct 31 23:08:34 2003 From: Helge Deller Date: Fri, 31 Oct 2003 23:08:34 +0000 To: kde-commits Subject: kdenetwork/kget X-MARC-Message: https://marc.info/?l=kde-commits&m=106764646401436 CVS commit by deller: roaming user fix - store relative directory paths in config file M +2 -2 settings.cpp 1.25 --- kdenetwork/kget/settings.cpp #1.24:1.25 @@ -162,5 +162,5 @@ Settings::load() QStringList strList; - strList = config->readListEntry("Items"); + strList = config->readPathListEntry("Items"); defaultDirList.clear(); @@ -263,5 +263,5 @@ void Settings::save() lst.append((*it).defaultDir); } - config->writeEntry("Items", lst); + config->writePathEntry("Items", lst); // write system options