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


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

The following commit has been merged in the master branch:
commit 5f877bdfb9fa0591565c9c5f590c076766316f7c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Jul 15 10:08:41 2013 +0000

    Connect the "register" button in KDETalk UI
    
    BUG: 319862
    Reviewed-by: Martin Klapetek
---
 plugins/gabble/main-options-widget-kde-talk.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/gabble/main-options-widget-kde-talk.cpp b/plugins/gabble/main-options-widget-kde-talk.cpp
index 51447b1..4ce723f 100644
--- a/plugins/gabble/main-options-widget-kde-talk.cpp
+++ b/plugins/gabble/main-options-widget-kde-talk.cpp
@@ -45,6 +45,8 @@ MainOptionsWidgetKDETalk::MainOptionsWidgetKDETalk(ParameterEditModel *model,
     }
 
     handleParameter(QLatin1String("password"), QVariant::String, m_ui->passwordLineEdit, m_ui->passwordLabel);
+    handleParameter(QLatin1String("register"), QVariant::Bool, m_ui->registerCheckBox, 0);
+
     QTimer::singleShot(0, m_ui->accountLineEdit, SLOT(setFocus()));
 }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list