Change the csync config dir to the users app path, not longer .csync.

This commit is contained in:
Klaas Freitag 2012-09-27 12:27:40 +02:00
parent 888181145a
commit 180b99c02e

View file

@ -207,6 +207,8 @@ void CSyncThread::startSync()
csync_add_exclude_list( csync, excludeList.toAscii() );
}
csync_set_config_dir( csync, cfg.configPath().toUtf8() );
QTime t;
t.start();