[Pkg-owncloud-commits] [owncloud-client] 316/332: SocketAPI: Also update view when paused.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:17 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 d8a8b53fc962ff5a47806389c874e63577f5e9c2
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Aug 7 14:07:08 2014 +0200

    SocketAPI: Also update view when paused.
---
 src/mirall/socketapi.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index 65ba23c..60b70f1 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -272,6 +272,7 @@ void SocketApi::slotUpdateFolderView(const QString& alias)
         // do only send UPDATE_VIEW for a couple of status
         if( f->syncResult().status() == SyncResult::SyncPrepare ||
                 f->syncResult().status() == SyncResult::Success ||
+                f->syncResult().status() == SyncResult::Paused  ||
                 f->syncResult().status() == SyncResult::Problem ||
                 f->syncResult().status() == SyncResult::Error   ||
                 f->syncResult().status() == SyncResult::SetupError ) {

-- 
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