[Pkg-owncloud-commits] [owncloud-client] 05/30: Shibboleth: Move browser window to the offset of the setup wizard
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:29 UTC 2014
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 36cd9d9cedf0695fb4e64a3dc99f8ceae6e20fa8
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Feb 27 16:17:32 2014 +0100
Shibboleth: Move browser window to the offset of the setup wizard
---
src/wizard/owncloudshibbolethcredspage.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/wizard/owncloudshibbolethcredspage.cpp b/src/wizard/owncloudshibbolethcredspage.cpp
index 036b4df..a71417c 100644
--- a/src/wizard/owncloudshibbolethcredspage.cpp
+++ b/src/wizard/owncloudshibbolethcredspage.cpp
@@ -45,6 +45,7 @@ void OwncloudShibbolethCredsPage::setupBrowser()
connect(_browser, SIGNAL(otherCookiesReceived(QList<QNetworkCookie>, QUrl)),
this, SLOT(slotOtherCookiesReceived(QList<QNetworkCookie>, QUrl)));
+ _browser->move(ocWizard->x(), ocWizard->y());
_browser->show();
_browser->setFocus();
}
--
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