[Pkg-owncloud-commits] [owncloud-client] 35/218: AccountWizard: fix when the theme specify a override URL #3699
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:38 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 8bf2db27dda844aac7a62a32697500b7fd808cf1
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Sat Aug 29 18:49:10 2015 +0200
AccountWizard: fix when the theme specify a override URL #3699
---
src/gui/owncloudsetupwizard.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp
index 64dbaf3..50a221e 100644
--- a/src/gui/owncloudsetupwizard.cpp
+++ b/src/gui/owncloudsetupwizard.cpp
@@ -80,6 +80,7 @@ void OwncloudSetupWizard::startWizard()
{
AccountPtr account = AccountManager::createAccount();
account->setCredentials(CredentialsFactory::create("dummy"));
+ account->setUrl(Theme::instance()->overrideServerUrl());
_ocWizard->setAccount(account);
_ocWizard->setOCUrl(account->url().toString());
--
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