projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e859d22
)
Don't create legacy 'folders/' subdirectory
author
Markus Goetz
<markus@woboq.com>
Thu, 26 Jan 2017 11:29:32 +0000
(12:29 +0100)
committer
Markus Goetz
<markus@woboq.com>
Thu, 26 Jan 2017 11:29:58 +0000
(12:29 +0100)
src/gui/folderman.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folderman.cpp
b/src/gui/folderman.cpp
index dbe996792261c24b0a141e93167b6f83006ac98f..228cb15e4324f5118bf48d05531a7945d0c6feb0 100644
(file)
--- 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)";