Start intro if config is absent or corrupted.

Cleanups.
This commit is contained in:
Marco Pesenti Gritti
2007-07-30 15:34:02 +02:00
parent 72857326d2
commit e2beb5b566
4 changed files with 30 additions and 17 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ _start_matchbox()
_setup_translations()
# Do initial setup if needed
key = profile.get_pubkey()
if not key or not len(key):
if not profile.is_valid():
win = intro.IntroWindow()
win.show_all()
gtk.main()