[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=a4b3313

The following commit has been merged in the master branch:
commit a4b33131a0a6b7460c09a31e4ae85d8179669ecc
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Apr 28 19:08:24 2011 +0100

    Disable rich text in proxy settings input list
---
 gabble/proxy-settings-widget.ui | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gabble/proxy-settings-widget.ui b/gabble/proxy-settings-widget.ui
index e6cf032..857381a 100644
--- a/gabble/proxy-settings-widget.ui
+++ b/gabble/proxy-settings-widget.ui
@@ -121,7 +121,18 @@
        </widget>
       </item>
       <item>
-       <widget class="KTextEdit" name="fallbackSocks5ProxiesTextEdit"/>
+       <widget class="KTextEdit" name="fallbackSocks5ProxiesTextEdit">
+        <property name="html">
+         <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
+        </property>
+        <property name="acceptRichText">
+         <bool>false</bool>
+        </property>
+       </widget>
       </item>
      </layout>
     </widget>

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list