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


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

The following commit has been merged in the master branch:
commit 5ea666c8a009358700d15d64da0fd71b28eac815
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Jan 6 00:29:02 2015 +0100

    Revert "Disable now Playing config widgets when now Playing is unchecked"
    
    This reverts commit 85d241c43d0854e6be3dd2b2344ecbb059da53e9 as it breaks
    the build.
    
    Please reopen the review with fixed code.
    
    CCMAIL: smithjd15 at gmail.com
---
 config/telepathy-kded-config.cpp | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/config/telepathy-kded-config.cpp b/config/telepathy-kded-config.cpp
index e51576a..4ed6a16 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -377,13 +377,7 @@ void TelepathyKDEDConfig::autoXAChecked(bool checked)
 
 void TelepathyKDEDConfig::nowPlayingChecked(bool checked)
 {
-    ui->m_nowPlayingText->setEnabled(checked);
-    ui->message_format_label->setEnabled(checked);
-    ui->m_nowPlayingVideoText->setEnabled(checked);
-    ui->message_format_label_video->setEnabled(checked);
-    ui->m_tagListWidget->setEnabled(checked);
-    ui->empty_fields_label->setEnabled(checked);
-    ui->m_nowPlayingEmptyFields->setEnabled(checked);
+    Q_UNUSED(checked)
     Q_EMIT changed(true);
 }
 

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list