After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683442 - empathy-accounts: add button insensitive after removing all accounts
empathy-accounts: add button insensitive after removing all accounts
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Accounts
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-05 18:07 UTC by Volker Sobek (weld)
Modified: 2012-09-07 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ll-xmpp-assistant: deal with the im-local-xmpp not being found (1.39 KB, patch)
2012-09-07 09:09 UTC, Guillaume Desmottes
committed Details | Review
accounts_dialog_update_settings: fix if no account is selected (1.29 KB, patch)
2012-09-07 09:09 UTC, Guillaume Desmottes
committed Details | Review

Description Volker Sobek (weld) 2012-09-05 18:07:19 UTC
When you remove the last account, the add button below the accounts list becomes insensitive and you can't add a new account.
Comment 1 Volker Sobek (weld) 2012-09-05 18:09:04 UTC
And the remove button stays sensitive even though there's nothing selected.
Comment 2 Guillaume Desmottes 2012-09-07 09:09:35 UTC
Created attachment 223729 [details] [review]
ll-xmpp-assistant: deal with the im-local-xmpp not being found

For some reason my test user can't find it; best to not raise warnings in this
case.
Comment 3 Guillaume Desmottes 2012-09-07 09:09:38 UTC
Created attachment 223730 [details] [review]
accounts_dialog_update_settings: fix if no account is selected

The logic changed if no account is selected as new account are now added using
a separated dialog. So if no account is selected we can certainly add a new
account but not remove anything.
Comment 4 Xavier Claessens 2012-09-07 10:23:16 UTC
+1
Comment 5 Guillaume Desmottes 2012-09-07 10:28:35 UTC
Attachment 223729 [details] pushed as c786f76 - ll-xmpp-assistant: deal with the im-local-xmpp not being found
Attachment 223730 [details] pushed as 744fa34 - accounts_dialog_update_settings: fix if no account is selected