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


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

The following commit has been merged in the master branch:
commit 40ffb5baefb96642ab13d55f6cb06446714709c9
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Mar 10 03:10:21 2011 +0000

    Restore window showing on new chats.
---
 app/telepathy-chat-ui.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/telepathy-chat-ui.cpp b/app/telepathy-chat-ui.cpp
index c8947fc..5473394 100644
--- a/app/telepathy-chat-ui.cpp
+++ b/app/telepathy-chat-ui.cpp
@@ -73,6 +73,7 @@ void TelepathyChatUi::handleChannels(const Tp::MethodInvocationContextPtr<> & co
 
     // create new chat
     m_chatWindow->startChat(textChannel);
+    m_chatWindow->show();
     context->setFinished();
 }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list