Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 12:31:04 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 12:31:04 (GMT)
commit637a08154ed1ebe6c6dd5ee326288fba061842f6 (patch)
tree678afeb7276568928c2a245398f6dd3cd5695775 /shell
parentb481373db0addfa38c52d183610e030c821dc05e (diff)
Fix some path bugs. Reload the profile when first time dialog wrote it.
Diffstat (limited to 'shell')
-rwxr-xr-xshell/sugar-shell1
1 files changed, 1 insertions, 0 deletions
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)