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:
Diffstat (limited to 'src/mirall/folder.cpp')
-rw-r--r--src/mirall/folder.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 72a0b7e6d..5d2abdcc6 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -113,8 +113,7 @@ void Folder::setSyncEnabled( bool doit )
_syncResult.clearErrors();
evaluateSync( QStringList() );
} else {
- // disabled.
- _syncResult.setStatus( SyncResult::Disabled );
+ // disable folder. Done through the _enabled-flag set above
}
}