Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-17 11:53:10 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-17 11:53:10 (GMT)
commit30edb542b16a544977cf22f2b1a669d4d618730c (patch)
treee214516569eb73639e33527c97eff7c41d1c7ae5 /shell/sugar-shell
parentecb8816bc9b59fc633302c47eb4d7f98b802b610 (diff)
Cleanup the profile code and rename the Server section to Jabber.
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index c2928c2..a054189 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -26,8 +26,8 @@ import gtk
import gobject
from sugar import logger
-from sugar import profile
from sugar import env
+from sugar.profile import get_profile
logger.cleanup()
logger.start('shell')
@@ -95,11 +95,10 @@ def main():
_setup_translations()
# Do initial setup if needed
- if not profile.is_valid():
+ if not get_profile().is_valid():
win = intro.IntroWindow()
win.show_all()
gtk.main()
- profile.update()
if os.environ.has_key("SUGAR_TP_DEBUG"):
# Allow the user time to start up telepathy connection managers