Bug 317896

Summary: Join Chatroom Dialog filters wrongly
Product: [Unmaintained] telepathy Reporter: David Edmundson <kde>
Component: common-internalsAssignee: Telepathy Bugs <kde-telepathy-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git-latest   
Target Milestone: Future   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 0.6.1
Sentry Crash Report:

Description David Edmundson 2013-04-05 20:14:47 UTC
Tp::AccountCapabilityFilterPtr capabilityFilter = Tp::AccountCapabilityFilter::create(
                Tp::RequestableChannelClassSpecList() << Tp::RequestableChannelClassSpec::conferenceTextChatroom());


this should be

textChatroom();
Comment 1 David Edmundson 2013-04-11 13:44:17 UTC
Git commit 609d5d71644c2ad2c4c3c20fdf105286c6c4c0d4 by David Edmundson.
Committed on 11/04/2013 at 15:41.
Pushed by davidedmundson into branch 'kde-telepathy-0.6'.

Fix JoinChatRoomDialog filtering

Join chat room dialog filters by whether it support conference rooms
this should just be normal textChatRooms. This fixes IRC not appearing
in the list

REVIEWED-BY: Martin Klapetek
FIXED-IN: 0.6.1

M  +1    -1    KTp/Widgets/join-chat-room-dialog.cpp

http://commits.kde.org/telepathy-common-internals/609d5d71644c2ad2c4c3c20fdf105286c6c4c0d4