[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:43 UTC 2016


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

The following commit has been merged in the master branch:
commit 0ef7dd0734be94286438feab73a07dd16b97388a
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Feb 28 19:59:24 2012 +0100

    blocks QWebView functionality which allows you to change page by dragging a URL onto it
---
 x-messenger-oauth2-prompt.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x-messenger-oauth2-prompt.cpp b/x-messenger-oauth2-prompt.cpp
index ff82058..c987ffd 100644
--- a/x-messenger-oauth2-prompt.cpp
+++ b/x-messenger-oauth2-prompt.cpp
@@ -45,6 +45,7 @@ XMessengerOAuth2Prompt::XMessengerOAuth2Prompt(QWidget* parent) :
 {
     // TODO Use .ui file
     m_webView->setContextMenuPolicy(Qt::NoContextMenu);
+    m_webView->setAcceptDrops(false);
 //    QWebSettings::globalSettings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true);
     m_ProgressBar->setRange(0, 100);
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list