Skip to content

Commit

Permalink
[core] Fix logging out when there's no account saved
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyluke committed Jan 23, 2010
1 parent 46ae8ce commit 4619026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amsn2/core/userinterface_manager.py
Expand Up @@ -70,6 +70,7 @@ def loadLogin(self, accounts):
self._core.signinToAccount(self._login, accounts[0])
else:
self._login.signout()
self._login.setAccounts(accounts)

self._main.setTitle("aMSN 2 - Login")

Expand Down

0 comments on commit 4619026

Please sign in to comment.