Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/Owner.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/model/Owner.py')
-rw-r--r--shell/model/Owner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/Owner.py b/shell/model/Owner.py
index 87e49ca..0abc13a 100644
--- a/shell/model/Owner.py
+++ b/shell/model/Owner.py
@@ -46,7 +46,7 @@ class ShellOwner(gobject.GObject):
def __init__(self):
gobject.GObject.__init__(self)
- self._nick = profile.get_nick_name()
+ self._nick = profile.get_name()
self._icon = None
self._icon_hash = ""