[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:01:43 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=9c1cabc
The following commit has been merged in the master branch:
commit 9c1cabccd6153726d738e24f1bd76ffaaec9e577
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date: Mon Feb 27 19:50:51 2012 +0100
Do not set ignore-ssl-errors as mandatory, just set it to 1 by default
It can be useful to change the value to test the SSL handler
---
data/profiles/kde-talk.profile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/profiles/kde-talk.profile b/data/profiles/kde-talk.profile
index 96749ac..0b8ed39 100644
--- a/data/profiles/kde-talk.profile
+++ b/data/profiles/kde-talk.profile
@@ -11,6 +11,6 @@
<parameter name="server" type="s" mandatory="1" />
<parameter name="port" type="u" mandatory="1">5222</parameter>
<!-- This is necessary until we have a SSL handler -->
- <parameter name="ignore-ssl-errors" type="b" mandatory="1">1</parameter>
+ <parameter name="ignore-ssl-errors" type="b">1</parameter>
</parameters>
</service>
--
ktp-accounts-kcm packaging
More information about the pkg-kde-commits
mailing list