From 8696e2ad1d57b3c94715b58e12bf2f90e4790217 Mon Sep 17 00:00:00 2001 From: Martin Dengler Date: Mon, 04 Aug 2008 11:56:26 +0000 Subject: #7759 Default home view should be ring This is bobby's patch to #7759 changing the default home view to ring. |TestCase| Remove the "[Layout]" section from ~olpc/.sugar/default/config, or rm -rf ~olpc/.sugar, or reflash. Start sugar. Verify the initial Home layout is the Ring layout. --- (limited to 'src') diff --git a/src/sugar/profile.py b/src/sugar/profile.py index 87ce992..25b957e 100644 --- a/src/sugar/profile.py +++ b/src/sugar/profile.py @@ -32,7 +32,7 @@ DEFAULT_WARM_EDGES_DELAY = 1000.0 RING_LAYOUT = 'ring-layout' RANDOM_LAYOUT = 'random-layout' -DEFAULT_FAVORITES_LAYOUT = RANDOM_LAYOUT +DEFAULT_FAVORITES_LAYOUT = RING_LAYOUT _profile = None -- cgit v0.9.1