Skip to content

Commit

Permalink
Merge remote branch 'amsn/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jun 14, 2010
2 parents 3f83c69 + 86c0555 commit 6505d3e
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 6505d3e

Please sign in to comment.