[Pkg-owncloud-commits] [owncloud-client] 148/484: AccountSettings: don't disable pause when offline (#4010)

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:31 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 3c93fd4fb728f27fc90a9245f7db539ed5816fb3
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Oct 27 10:31:54 2015 +0100

    AccountSettings:  don't disable pause when offline (#4010)
---
 src/gui/accountsettings.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 86d2546..6e42598 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -161,7 +161,6 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
     connect(ac, SIGNAL(triggered(bool)), this, SLOT(doExpand()));
 
     ac = menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync"));
-    ac->setEnabled(folderConnected);
     connect(ac, SIGNAL(triggered(bool)), this, SLOT(slotEnableCurrentFolder()));
 
     ac = menu->addAction(tr("Remove sync"));

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