[Pkg-owncloud-commits] [owncloud-client] 149/470: SyncEngine: Also emit item in other code path
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:56 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 9460aa7f213542ab82c87e00808338de78f8abcd
Author: Markus Goetz <markus at woboq.com>
Date: Mon Mar 14 18:09:16 2016 +0100
SyncEngine: Also emit item in other code path
Else a user of this library cannot build a complete list of items.
---
src/libsync/syncengine.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index 59dca10..9f9ad35 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -523,6 +523,7 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
item->_isDirectory = isDirectory;
_syncItemMap.insert(key, item);
}
+ emit syncItemDiscovered(*item);
return re;
}
break;
--
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