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


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

The following commit has been merged in the master branch:
commit a2916c618df6da16c88f764a319a334b0ab6d2d7
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Feb 9 13:55:37 2012 +0100

    Add a debug line to print server address
---
 plugins/gabble/main-options-widget-kde-talk.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gabble/main-options-widget-kde-talk.cpp b/plugins/gabble/main-options-widget-kde-talk.cpp
index 9f69f9b..ad1399f 100644
--- a/plugins/gabble/main-options-widget-kde-talk.cpp
+++ b/plugins/gabble/main-options-widget-kde-talk.cpp
@@ -24,7 +24,6 @@
 
 #include <KCMTelepathyAccounts/ParameterEditModel>
 #include <KDE/KDebug>
-#include <QValidator>
 
 MainOptionsWidgetKDETalk::MainOptionsWidgetKDETalk(ParameterEditModel *model,
                                                    QWidget *parent)
@@ -62,6 +61,7 @@ void MainOptionsWidgetKDETalk::submit()
         //append "@kdetalk.net" (fetching the address from the default params for as much future compatiability as possible)
         account.append(QLatin1Char('@'));
         QString serverAddress = parameterModel()->indexForParameter(parameterModel()->parameter(QLatin1String("server"))).data().toString();
+        kDebug() << "Server Address:" << serverAddress;
         account.append(serverAddress);
 
         //update the model with the account value from the text box.

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list