[Bug 302602] Once delegated the button to show in the main view does not work.
David Edmundson
kde at davidedmundson.co.uk
Tue Jul 17 01:59:57 BST 2012
https://bugs.kde.org/show_bug.cgi?id=302602
--- Comment #2 from David Edmundson <kde at davidedmundson.co.uk> ---
presentChannel is this:
http://telepathy.freedesktop.org/spec/Channel_Dispatcher.html#Method:PresentChannel
(it's worth bookmarking the telepathy spec).
It means when pressed the text-ui will get told "hey, show this tab which
you're already handling" - and then it will put itself on the foreground.
However, this won't work at present because there's a bug in the way we
delegate channel from plasmoid to the text-ui which means the chat plasmoid
still thinks it's handling it. This is because I'm using the low level bindings
(badly) to delegate channels.
Will be fixed properly after:
https://bugs.freedesktop.org/show_bug.cgi?id=43594
tl;dr - yes still valid. Will fix it once TpQt implements the bug above.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list