Revision 8131e68...

Go back to digest for 7th October 2012

Bug Fixes in Networking Tools

Martin Klapetek committed changes in [ktp-text-ui/kde-telepathy-0.5] lib/chat-widget.cpp:

Call the onContactPresenceChange directly without connection checks

The connection status at this point is still Tp::ConnectionStatusDisconnected
and so the check for connection being Tp::ConnectionStatusConnected
would never pass, which leads to not printing the "You are now marked
as Available" line when reconnecting, leaving the "You are now offline"
as the last message in the chat.

The contact presence at this point is already correct, so we can
just bypass checking the connection and call it directly.

Reviewed-by: David Edmundson

FIXED-IN: 0.5.1

File Changes

Modified 1 files
  • lib/chat-widget.cpp
1 files changed in total