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


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

The following commit has been merged in the master branch:
commit dd8ea96d3e9bf3dc1534c45bb433c56df36b8cf1
Author: Sven Brauch <svenbrauch at googlemail.com>
Date:   Wed May 8 20:59:06 2013 +0200

    Use a QWebPage instead of a KWebPage in the text UI.
    
    According to my tests, this fixes bug 318549, although
    I have no idea why it does. But since using QWebPage is
    preferable to KWebPage anyways (we don't use anything from
    KWebPage), the change makes sense even without that.
    CCBUG:318549
---
 lib/adium-theme-view.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index e043ea8..a129f6e 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -51,7 +51,7 @@
 #include <KProtocolInfo>
 
 AdiumThemeView::AdiumThemeView(QWidget *parent)
-        : KWebView(parent),
+        : KWebView(parent, false),
         // check iconPath docs for minus sign in -KIconLoader::SizeLarge
         m_defaultAvatar(KIconLoader::global()->iconPath(QLatin1String("im-user"),-KIconLoader::SizeLarge)),
         m_displayHeader(true)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list