Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-04 19:49:58 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-04 19:49:58 (GMT)
commitb9cc263d7529b319020d1a2ceb294663ddcb05ce (patch)
treee9a1667b47578b47df98dba238cb19f8a629cb9b /shell/sugar
parent01c4658ee0e5f36a966d03375de1afb14605d9e3 (diff)
Cleanup and startup the wm before first time dialog
Diffstat (limited to 'shell/sugar')
-rwxr-xr-xshell/sugar11
1 files changed, 0 insertions, 11 deletions
diff --git a/shell/sugar b/shell/sugar
index 1dd726d..17553d6 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -26,17 +26,6 @@ if os.environ.has_key('SUGAR_EMULATOR') and \
emulator = Emulator()
emulator.start()
-from FirstTimeDialog import FirstTimeDialog
-import conf
-
-profile = conf.get_profile()
-if profile.get_nick_name() == None:
- dialog = FirstTimeDialog()
- dialog.run()
- profile.save()
-
-env.setup_user(profile)
-
from session.Session import Session
session = Session()