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


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

The following commit has been merged in the master branch:
commit e3a1a620d762e0e58c74faefbf6c30e934a4a2b5
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Feb 27 14:16:40 2012 +0100

    Fix 'Apply' button not being enabled when configuration of away/xa messages changes
    
    Interesting that nobody has reported this yet...
---
 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 a1a4baf..1fb515f 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -72,6 +72,10 @@ TelepathyKDEDConfig::TelepathyKDEDConfig(QWidget *parent, const QVariantList& ar
             this, SLOT(settingsHasChanged()));
     connect(ui->m_nowPlayingText, SIGNAL(textChanged(QString)),
             this, SLOT(settingsHasChanged()));
+    connect(ui->m_awayMessage, SIGNAL(textChanged(QString)),
+            this, SLOT(settingsHasChanged()));
+    connect(ui->m_xaMessage, SIGNAL(textChanged(QString)),
+            this, SLOT(settingsHasChanged()));
 
     connect(ui->m_awayCheckBox, SIGNAL(clicked(bool)),
             this, SLOT(autoAwayChecked(bool)));

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list