[Pkg-owncloud-commits] [owncloud-client] 178/470: Fix wizardSelectiveSyncDefaultNothing #4581
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 03db1894d800b1b6946ae5d70c8a340a25dc7e88
Author: Christian Kamm <mail at ckamm.de>
Date: Fri Mar 18 13:52:45 2016 +0100
Fix wizardSelectiveSyncDefaultNothing #4581
---
src/gui/selectivesyncdialog.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp
index cc361cd..a6a80bd 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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list