Fix some path bugs. Reload the profile when first time dialog wrote it.

This commit is contained in:
Marco Pesenti Gritti
2006-10-17 14:31:04 +02:00
parent b481373db0
commit 637a08154e
3 changed files with 37 additions and 18 deletions
+1
View File
@@ -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)