From 0b9eb71046d3d13deba3dc2eee4eeb8a03bd9c77 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 18 Sep 2007 13:56:07 +0200 Subject: [PATCH] Typo --- shell/intro/intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/intro/intro.py b/shell/intro/intro.py index 1ee386f7..e56babd9 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()