[Pkg-owncloud-commits] [owncloud-client] 79/89: Better fix for override urls

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:40 UTC 2013


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 9010e1015e0855d93ac7470b605eea763f039eeb
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Dec 12 17:16:48 2013 +0100

    Better fix for override urls
---
 src/wizard/owncloudsetuppage.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/wizard/owncloudsetuppage.cpp b/src/wizard/owncloudsetuppage.cpp
index ea9850e..34ebedf 100644
--- a/src/wizard/owncloudsetuppage.cpp
+++ b/src/wizard/owncloudsetuppage.cpp
@@ -136,7 +136,8 @@ void OwncloudSetupPage::initializePage()
     if (Theme::instance()->overrideServerUrl().isEmpty()) {
         _ui.leUrl->setFocus();
     } else {
-        setEnabled(false);
+        setVisible(false);
+        setCommitPage(true);
         validatePage();
     }
 }

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