Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-09-04 06:45:34 (GMT)
committer Michael Stone <michael@laptop.org>2010-09-04 06:45:34 (GMT)
commitc8b6e3be9820482aee0ce8d02ec9c009d6a7a0e0 (patch)
tree714966213d96cc0158b82bcece90bc8a1219c2d7
parent8b74f3ce30164a48d4eabe83cf1bf2a20342824e (diff)
Tell gconf to sync after the intro screen.HEADmaster
This way, we don't have to repeat the intro screen if we die soon after it ends, e.g., because of SIGINT.
-rw-r--r--main/src/jarabe/intro/window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/jarabe/intro/window.py b/main/src/jarabe/intro/window.py
index 6fc27f7..23caef6 100644
--- a/main/src/jarabe/intro/window.py
+++ b/main/src/jarabe/intro/window.py
@@ -47,6 +47,7 @@ def create_profile(name, color=None, pixbuf=None):
client = gconf.client_get_default()
client.set_string("/desktop/sugar/user/nick", name)
client.set_string("/desktop/sugar/user/color", color.to_string())
+ client.suggest_sync()
# Generate keypair
import commands