Fix creation of stream category folders
This commit is contained in:
committed by
craig.p.drummond
parent
a037777ea5
commit
8cffec0fc5
@@ -154,7 +154,7 @@ void StreamsSettings::install()
|
||||
|
||||
QString streamsDir=Utils::configDir(StreamsModel::constSubDir);
|
||||
QString dir=streamsDir+name;
|
||||
if (!QDir(dir).exists() && !Utils::createDir(name, streamsDir)) {
|
||||
if (!QDir(dir).exists() && !Utils::createDir(dir, streamsDir)) {
|
||||
MessageBox::error(this, i18n("Failed to create stream category folder!"));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user