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


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

The following commit has been merged in the master branch:
commit e596b4ce3eb47cab3ee4d06a1919c72d752d1ac2
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Feb 23 23:42:50 2012 +0100

    Register missing parameters
---
 plugins/gabble/gabble-account-ui.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/gabble/gabble-account-ui.cpp b/plugins/gabble/gabble-account-ui.cpp
index 8cc1f0e..d194bdf 100644
--- a/plugins/gabble/gabble-account-ui.cpp
+++ b/plugins/gabble/gabble-account-ui.cpp
@@ -47,6 +47,8 @@ GabbleAccountUi::GabbleAccountUi(const QString &serviceName, QObject *parent)
     registerSupportedParameter(QLatin1String("low-bandwidth"), QVariant::Bool);
     registerSupportedParameter(QLatin1String("ignore-ssl-errors"), QVariant::Bool);
     registerSupportedParameter(QLatin1String("keepalive-interval"), QVariant::UInt);
+    registerSupportedParameter(QLatin1String("resource"), QVariant::String);
+    registerSupportedParameter(QLatin1String("priority"), QVariant::Int);
 
     registerSupportedParameter(QLatin1String("stun-server"), QVariant::String);
     registerSupportedParameter(QLatin1String("stun-port"), QVariant::UInt);

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list