[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:14 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=5ead66a

The following commit has been merged in the master branch:
commit 5ead66a170071e3db557d25fc49e030637680a85
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Apr 3 12:56:47 2011 +0100

    Fix a bug where a user can drag a URL over the main message view and the chat disappears.
    
    Review by Martin Klapetek
---
 lib/adium-theme-view.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index 56d82da..3cd889f 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -50,8 +50,10 @@ AdiumThemeView::AdiumThemeView(QWidget *parent)
       m_defaultAvatar(KIconLoader::global()->iconPath("im-user",-KIconLoader::SizeLarge)),
       m_displayHeader(true)
 {
-    //determine the chat window style to use (from the Kopete config file).
+    //blocks QWebView functionality which allows you to change page by dragging a URL onto it.
+    setAcceptDrops(false);
 
+    //determine the chat window style to use (from the Kopete config file).
     KSharedConfigPtr config = KSharedConfig::openConfig("ktelepathyrc");
     KConfigGroup appearanceConfig = config->group("Appearance");
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list