Use nick name consistently in the profile

This commit is contained in:
Marco Pesenti Gritti
2007-09-17 16:28:21 +02:00
parent ed22733941
commit 2536f51570
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class ShellOwner(gobject.GObject):
def __init__(self):
gobject.GObject.__init__(self)
self._nick = profile.get_name()
self._nick = profile.get_nick_name()
self._icon = None
self._icon_hash = ""