[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:47 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=9dbdd38

The following commit has been merged in the master branch:
commit 9dbdd3858227f6d1004faa7370284775c306d640
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Apr 19 14:16:54 2012 +0100

    Mark the channel as disconnected when the channel disconnects, instead of watching the connection status
    
    CCBUG: 298023
    CCBUG: 293637
    
    Reviewed-By: Dominik Cermak
---
 lib/chat-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 8d11823..d41089a 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -391,7 +391,7 @@ void ChatWidget::setupChannelSignals()
             SLOT(handleMessageSent(Tp::Message,Tp::MessageSendingFlags,QString)));
     connect(d->channel.data(), SIGNAL(chatStateChanged(Tp::ContactPtr,Tp::ChannelChatState)),
             SLOT(onChatStatusChanged(Tp::ContactPtr,Tp::ChannelChatState)));
-    connect(d->channel->connection().data(), SIGNAL(invalidated(Tp::DBusProxy*,QString,QString)),
+    connect(d->channel.data(), SIGNAL(invalidated(Tp::DBusProxy*,QString,QString)),
             this, SLOT(onChannelInvalidated()));
 
     if (d->channel->hasChatStateInterface()) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list