[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:19:41 UTC 2016


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

The following commit has been merged in the master branch:
commit 27d3517046dedd53679c8c703ce6adbd9e24757e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Aug 29 18:56:05 2011 +0100

    When re-establishing channels, set preferred handler so that the new chat is handled by our application.
    BUG: 280705
---
 app/chat-tab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/chat-tab.cpp b/app/chat-tab.cpp
index 62c3c10..f973bc6 100644
--- a/app/chat-tab.cpp
+++ b/app/chat-tab.cpp
@@ -80,6 +80,6 @@ void ChatTab::onConnectionStatusChanged(Tp::ConnectionStatus status)
 {
     // request a new text channel for the chat
     if (status == Tp::ConnectionStatusConnected) {
-        account()->ensureTextChat(textChannel()->targetId());
+        account()->ensureTextChat(textChannel()->targetId(), QDateTime::currentDateTime(), "org.freedesktop.Telepathy.Client.KDE.TextUi");
     }
 }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list