[telepathy] [Bug 317850] text-ui window opened from quick chat plasmoid button doesn't send message

David Edmundson kde at davidedmundson.co.uk
Sat Apr 6 14:08:41 BST 2013


https://bugs.kde.org/show_bug.cgi?id=317850

--- Comment #6 from David Edmundson <kde at davidedmundson.co.uk> ---
Proposed plan of action, technically a slightly bodge but we don't have any
other option:

 - Add method to Conversation  delegateChannel();
 - Move all calls to ChannelDelegator::delegateChannel() to here (there's one
in ConversationsModel)
 - Add private member to Conversation bool isDelegated;  this should be set to
default to false
 - Conversation::delegateChannel() will set this to true 
 - Conversation::requestClose() should check "isDelegated == false" before
calling channel->requestClose();

I also want something added to our ReleaseTesting wiki page so that we won't be
broken in 0.7.0

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list