[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=b714044

The following commit has been merged in the master branch:
commit b714044e322eec86741d2f3f00f65795d5eaa1a1
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Dec 26 08:44:14 2011 +0100

    Change LinkDelegationPolicy to QWebPage::DontDelegateLinks
    
    This allows to change user, that was impossible using
    QWebPage::DelegateAllLinks
---
 x-messenger-oauth2-prompt.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x-messenger-oauth2-prompt.cpp b/x-messenger-oauth2-prompt.cpp
index 6f8ea91..6d2a2cb 100644
--- a/x-messenger-oauth2-prompt.cpp
+++ b/x-messenger-oauth2-prompt.cpp
@@ -88,7 +88,7 @@ XMessengerOAuth2Prompt::XMessengerOAuth2Prompt(QWidget* parent) :
 
     KWebPage *page = reinterpret_cast<KWebPage*>(m_webView->page());
 
-    page->setLinkDelegationPolicy(QWebPage::DelegateAllLinks);
+    page->setLinkDelegationPolicy(QWebPage::DontDelegateLinks);
     page->setForwardUnsupportedContent(true);
 
     connect(page,

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list