[Pkg-owncloud-commits] [owncloud-client] 05/33: Shib: Close browser window after login

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Feb 27 19:44:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch upstream
in repository owncloud-client.

commit 726b41b0c787fcc104e0cd4159bdc6f90a06ea85
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Feb 19 15:34:29 2014 +0100

    Shib: Close browser window after login
---
 src/wizard/owncloudshibbolethcredspage.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wizard/owncloudshibbolethcredspage.cpp b/src/wizard/owncloudshibbolethcredspage.cpp
index 5332015..036b4df 100644
--- a/src/wizard/owncloudshibbolethcredspage.cpp
+++ b/src/wizard/owncloudshibbolethcredspage.cpp
@@ -38,8 +38,8 @@ void OwncloudShibbolethCredsPage::setupBrowser()
     }
     OwncloudWizard *ocWizard = qobject_cast<OwncloudWizard*>(wizard());
     _browser = new ShibbolethWebView(ocWizard->account());
-    connect(_browser, SIGNAL(shibbolethCookieReceived(QNetworkCookie)),
-            this, SLOT(slotShibbolethCookieReceived(QNetworkCookie)));
+    connect(_browser, SIGNAL(shibbolethCookieReceived(QNetworkCookie, Account*)),
+            this, SLOT(slotShibbolethCookieReceived(QNetworkCookie, Account*)));
     connect(_browser, SIGNAL(viewHidden()),
             this, SLOT(slotViewHidden()));
     connect(_browser, SIGNAL(otherCookiesReceived(QList<QNetworkCookie>, QUrl)),

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