From 2bda55be8110122397811ce4d0aafc897c5d0080 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Thu, 26 Jan 2017 12:29:32 +0100 Subject: [PATCH] Don't create legacy 'folders/' subdirectory --- src/gui/folderman.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index dbe996792..228cb15e4 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -260,7 +260,6 @@ int FolderMan::setupFoldersMigration() { ConfigFile cfg; QDir storageDir(cfg.configPath()); - storageDir.mkpath(QLatin1String("folders")); _folderConfigPath = cfg.configPath() + QLatin1String("folders"); qDebug() << "* Setup folders from " << _folderConfigPath << "(migration)";