Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2011-01-18 01:58:05 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2011-02-05 15:25:02 (GMT)
commitec5660e7fe4b6b6947eb730817272d7edf2d7071 (patch)
tree9813ea9d232cd4705977a8018147b291a9b4476e
parentb42ae1949ebfeef57ea7d8ede77f46cfeea96963 (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. Reviewed-By: Sascha Silbe <silbe@activitycentral.com>
-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 ad6e9be..a18a0d2 100644
--- a/src/jarabe/intro/window.py
+++ b/src/jarabe/intro/window.py
@@ -50,6 +50,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