Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/intro/intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/intro/intro.py b/shell/intro/intro.py
index 1ee386f..e56babd 100644
--- a/shell/intro/intro.py
+++ b/shell/intro/intro.py
@@ -235,7 +235,7 @@ class IntroWindow(gtk.Window):
pixbuf.save(icon_path, "jpeg", {"quality":"85"})
profile = get_profile()
- profile.name = name
+ profile.nick_name = name
profile.color = color
profile.save()