Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <vonreth@kde.org>2022-05-06 17:00:51 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-06 17:50:09 +0300
commit0c4f977615fcd19ca46962b45ce15fcc912f51b6 (patch)
treebe324c636bc7f1e3e1fc7c0072328861810d2c60 /src/gui/folderman.cpp
parente9c9c9313da3428def1cdc973b33c505c7e4934b (diff)
Sync spaces to Spaces subfolder
Diffstat (limited to 'src/gui/folderman.cpp')
-rw-r--r--src/gui/folderman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index 3b38def09..3a92affe1 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -1316,7 +1316,7 @@ QString FolderMan::checkPathValidityForNewFolder(const QString &path) const
QString FolderMan::findGoodPathForNewSyncFolder(const QString &basePath) const
{
- QString folder = basePath;
+ QString folder = canonicalPath(basePath);
// If the parent folder is a sync folder or contained in one, we can't
// possibly find a valid sync folder inside it.