From 0b9eb71046d3d13deba3dc2eee4eeb8a03bd9c77 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 18 Sep 2007 11:56:07 +0000 Subject: Typo --- (limited to 'shell') 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() -- cgit v0.9.1