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