GNOME Bugzilla – Bug 673162
"Enable" account menu item doesn't connect the account
Last modified: 2012-03-30 12:39:30 UTC
It doesn't set the presence to online as the GtkSwitch does.
Created attachment 210944 [details] [review] accounts_dialog_enable_account_cb: use the usual async cb pattern No semantic change.
Created attachment 210945 [details] [review] accounts-dialog: no need to connect the account if we are disabling it
Created attachment 210946 [details] [review] factor out enable_and_connect_account()
Created attachment 210947 [details] [review] use enable_and_connect_account() when enabling an account from the menu
+1
Attachment 210944 [details] pushed as a787e76 - accounts_dialog_enable_account_cb: use the usual async cb pattern Attachment 210945 [details] pushed as 02453f3 - accounts-dialog: no need to connect the account if we are disabling it Attachment 210946 [details] pushed as 073f8a0 - factor out enable_and_connect_account() Attachment 210947 [details] pushed as aa9ae0f - use enable_and_connect_account() when enabling an account from the menu