GNOME Bugzilla – Bug 593158
When we need to reconnect an account, instead of disconnecting and reconnecting it, tp_cli_account_call_reconnect should be used.
Last modified: 2009-08-27 13:42:19 UTC
When changes are applied to an account, it is disconnected and reconnected to validate the modifications on the server. Instead, tp_cli_account_call_reconnect should be used.
Created attachment 141749 [details] [review] Branch containing the proposed fix: http://git.collabora.co.uk/?p=user/jtellier/empathy.git;a=shortlog;h=refs/heads/reconnect-account libempathy-gtk/empathy-account-widget.c | 63 +++++++++++++------------------ libempathy/empathy-account.c | 43 +++++++++++++++++++++ libempathy/empathy-account.h | 7 +++ 3 files changed, 76 insertions(+), 37 deletions(-)
Comment on attachment 141749 [details] [review] Branch containing the proposed fix: http://git.collabora.co.uk/?p=user/jtellier/empathy.git;a=shortlog;h=refs/heads/reconnect-account Looks good to me.
I merged the branch as Jonathan doesn't have git account. Jonathan: you could consider to request one btw :) Thanks guys!