From 637a08154ed1ebe6c6dd5ee326288fba061842f6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 17 Oct 2006 12:31:04 +0000 Subject: Fix some path bugs. Reload the profile when first time dialog wrote it. --- (limited to 'shell/sugar-shell') diff --git a/shell/sugar-shell b/shell/sugar-shell index 9353492..32fc035 100755 --- a/shell/sugar-shell +++ b/shell/sugar-shell @@ -37,6 +37,7 @@ name = profile.get_nick_name() if not name or not len(name): dialog = FirstTimeDialog() dialog.run() + profile.update() model = ShellModel() shell = Shell(model) -- cgit v0.9.1