Bug 317896 - Join Chatroom Dialog filters wrongly
Summary: Join Chatroom Dialog filters wrongly
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: common-internals (show other bugs)
Version: git-latest
Platform: Other Linux
: NOR normal
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 20:14 UTC by David Edmundson
Modified: 2013-04-11 13:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.6.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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