[SCM] ktp-approver packaging branch, master, updated. debian/15.12.1-1-299-g62cbbd7

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 09:13:12 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-approver.git;a=commitdiff;h=1834b5a

The following commit has been merged in the master branch:
commit 1834b5aa49a565fc43f3a0d74518d8f2f101b2d4
Author: George Kiagiadakis <george.kiagiadakis at collabora.co.uk>
Date:   Thu Apr 14 15:04:40 2011 +0300

    Fix the respond button to actually work.
    
    Strange that action1Activated() works now, but didn't work for me in the past...
---
 src/textchannelapprover.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/textchannelapprover.cpp b/src/textchannelapprover.cpp
index e3077dc..f794394 100644
--- a/src/textchannelapprover.cpp
+++ b/src/textchannelapprover.cpp
@@ -69,7 +69,7 @@ void TextChannelApprover::onMessageReceived(const Tp::ReceivedMessage & msg)
         }
 
         m_notification.data()->setActions(QStringList() << i18n("Respond"));
-        connect(m_notification.data(), SIGNAL(activated()), SIGNAL(channelAccepted()));
+        connect(m_notification.data(), SIGNAL(action1Activated()), SIGNAL(channelAccepted()));
     }
 
     m_notification.data()->setText(msg.text());

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list