[Pkg-owncloud-commits] [owncloud-client] 15/218: Don't disable the selective sync cancel button

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:32 UTC 2015


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 f38deb44fb80bf4cef63ced38a9c9db1c2546b89
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Fri Aug 28 12:14:56 2015 +0200

    Don't disable the selective sync cancel button
    
    This makes its interaction more consistent versus other
    kinds of dialogs or versus when the selective sync config
    has been changed or not.
---
 src/gui/accountsettings.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index a0e47f4..62bf751 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -489,7 +489,6 @@ void AccountSettings::refreshSelectiveSyncStatus()
     }
 
     ui->selectiveSyncApply->setEnabled(_model->isDirty() || !undecidedFolder.isEmpty());
-    ui->selectiveSyncCancel->setEnabled(_model->isDirty());
     bool wasVisible = !ui->selectiveSyncStatus->isHidden();
     if (wasVisible != shouldBeVisible) {
         QSize hint = ui->selectiveSyncStatus->sizeHint();

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