[Pkg-owncloud-commits] [owncloud-client] 160/211: SocketAPI: do not show a progress icon in case of errors
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:40 UTC 2014
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 6073e3f3454172bd1ce8dccbb3a941853907f568
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Oct 22 12:19:10 2014 +0200
SocketAPI: do not show a progress icon in case of errors
---
src/mirall/folder.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 1e3816c..b1b4dd8 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -805,11 +805,6 @@ void Folder::slotSyncFinished()
_stateLastSyncItemsWithError = _stateLastSyncItemsWithErrorNew;
_stateLastSyncItemsWithErrorNew.clear();
_stateTaintedFolders.clear(); // heuristic: assume the sync had been done, new file watches needed to taint dirs
- if (_csyncError || _csyncUnavail) {
- // Taint the whole sync dir, we cannot give reliable state information
- _stateTaintedFolders.insert(QLatin1String("/"));
- }
-
if (_csyncError) {
_syncResult.setStatus(SyncResult::Error);
--
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