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:
authorChristian Kamm <mail@ckamm.de>2016-03-18 15:52:45 +0300
committerChristian Kamm <mail@ckamm.de>2016-03-18 15:52:45 +0300
commit03db1894d800b1b6946ae5d70c8a340a25dc7e88 (patch)
tree01e8efa66f93f4a8dd302136788ed3531ebf5b5a /src/gui/selectivesyncdialog.cpp
parentff4cdc3161ddbb74a0fe10f969043ff898fbb93a (diff)
Fix wizardSelectiveSyncDefaultNothing #4581
Diffstat (limited to 'src/gui/selectivesyncdialog.cpp')
-rw-r--r--src/gui/selectivesyncdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index cc361cd05..a6a80bd47 100644
--- a/src/gui/selectivesyncdialog.cpp
+++ b/src/gui/selectivesyncdialog.cpp
@@ -198,6 +198,7 @@ void SelectiveSyncTreeView::slotUpdateDirectories(QStringList list)
if (_oldBlackList == QStringList("/")) {
_oldBlackList.clear();
foreach (QString path, list) {
+ path.remove(pathToRemove);
if (path.isEmpty()) {
continue;
}