[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=fd24f1c

The following commit has been merged in the master branch:
commit fd24f1c0346d119c9342c012c75b1d0fa345f820
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Feb 8 23:04:36 2012 +0000

    Don't register to support group chats when we don't actually support them.
    
    BUG: 293487
---
 KTp/Declarative/telepathy-text-observer.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/KTp/Declarative/telepathy-text-observer.cpp b/KTp/Declarative/telepathy-text-observer.cpp
index 60ecd0d..58cf736 100644
--- a/KTp/Declarative/telepathy-text-observer.cpp
+++ b/KTp/Declarative/telepathy-text-observer.cpp
@@ -29,9 +29,7 @@
 
 static inline Tp::ChannelClassSpecList channelClassList()
 {
-    return Tp::ChannelClassSpecList() << Tp::ChannelClassSpec::textChat()
-                                      << Tp::ChannelClassSpec::unnamedTextChat()
-                                      << Tp::ChannelClassSpec::textChatroom();
+    return Tp::ChannelClassSpecList() << Tp::ChannelClassSpec::textChat();
 }
 
 class TelepathyTextObserver::ConversationClientObserver :

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list