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 Anish Mangal <anish@sugarlabs.org>2011-08-26 05:55:56 (GMT)
commit9ecb90b6189dbc41ac91e68763ebdf7ee36a671e (patch)
tree39d869473427a00debf3e76eb9945bd1d148591e
parent63602c92f9c33b06f7ba0d771ea590cc84c3a077 (diff)
Tell gconf to sync after the intro screen.
This way, we don't have to repeat the intro screen if we die soon after it ends, e.g., because of SIGINT. Signed-off-by: Anish Mangal <anish@sugarlabs.org>
-rw-r--r--src/jarabe/intro/window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py
index 35c0cda..3b34d23 100644
--- a/src/jarabe/intro/window.py
+++ b/src/jarabe/intro/window.py
@@ -48,6 +48,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