Skip to content

Commit

Permalink
core: oops, thx pablo
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jun 14, 2010
1 parent 395c80a commit 86c0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/core/personalinfo_manager.py
Expand Up @@ -19,7 +19,7 @@ def set_account(self, amsn_account):
# could be overriden by the one set in the saved account
# TODO: add setting display picture
nick = str(amsn_account.view.nick)
if !nick or nick == amsn_account.view.email:
if not nick or nick == amsn_account.view.email:
nick = self._papyon_profile.display_name
self._personalinfoview.nick = nick

Expand Down

0 comments on commit 86c0555

Please sign in to comment.