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:
authorJocelyn Turcotte <jturcotte@woboq.com>2016-01-06 20:39:32 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2016-01-07 13:37:50 +0300
commite9ba7c612e4f93a37ac299cc3770756b89e982fe (patch)
tree567936ce2a487c6e93acc4fff01ab46ad996229f /src/gui/protocolwidget.h
parentfd7afa87b72786b27f406000632604fa5cae9afe (diff)
Keep only active entries in the Not Synced list #3171
Now that we have a separate list for files that could not be synced, we can make sure that it only shows entries for files that are still not in sync with the server. This allows the user to treat this list as action items in order to get everything synced, including the blacklist. Simply remove the keep-errors logic that was used when the lists were merged to achieve this result.
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index 3559c0ab0..7f8659c27 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -63,7 +63,7 @@ signals:
private:
void setSyncResultStatus(const SyncResult& result );
- void cleanIgnoreItems( const QString& folder );
+ void cleanItems( const QString& folder );
void computeResyncButtonEnabled();
QTreeWidgetItem* createCompletedTreewidgetItem(const QString &folder, const SyncFileItem &item );