Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-18 11:56:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-18 11:57:47 (GMT)
commit0b9eb71046d3d13deba3dc2eee4eeb8a03bd9c77 (patch)
tree44ea86f8cd9112054ea5ac37e20a80cb2ec5be40
parentb8ce5083b79079e7c674a7ec008562b38b2553d9 (diff)
Typo
-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()