[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=584d6d8

The following commit has been merged in the master branch:
commit 584d6d872d9de28b353c68b1952384ebd02be13a
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Sep 28 13:19:31 2011 +0100

    Hide the auto-accept config until it is supported by the approver
---
 config/telepathy-kded-config.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/telepathy-kded-config.cpp b/config/telepathy-kded-config.cpp
index ce216d1..cc60d41 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -36,6 +36,10 @@ TelepathyKDEDConfig::TelepathyKDEDConfig(QWidget *parent, const QVariantList& ar
 {
     ui->setupUi(this);
 
+    //TODO enable this when it is supported by the approver
+    ui->m_autoAcceptLabel->setHidden(true);
+    ui->m_autoAcceptCheckBox->setHidden(true);
+
     //FIXME: figure out how to use i18ncp without argument for suffix
     ui->m_awayMins->setSuffix(i18nc("Unit after number in spinbox, denotes time unit 'minutes', keep the leading whitespace!",
                                      " minutes"));

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list