Merge from default branch

This commit is contained in:
ffsup2
2010-09-24 22:49:15 +02:00
parent 18d6799cbe
commit dc2350cee8
145 changed files with 23287 additions and 17316 deletions

View File

@@ -35,7 +35,7 @@ void ProfileStore::parseProfiles () {
pparams.clear ();
if (options.multiUser) {
Glib::ustring userPD = options.cacheBaseDir + "/" + options.profilePath;
Glib::ustring userPD = options.rtdir + "/" + options.profilePath;
if (!Glib::file_test (userPD, Glib::FILE_TEST_IS_DIR))
g_mkdir_with_parents (userPD.c_str(), 511);
parseDir (userPD);