Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2008-08-04 11:56:26 (GMT)
committer Martin Dengler <martin@martindengler.com>2008-08-04 11:56:26 (GMT)
commit8696e2ad1d57b3c94715b58e12bf2f90e4790217 (patch)
treecf0ce79ce6f87a677cbd68d9e68aa716f5970307 /src
parent3667ea5b6355b02cd063777a3ee492c1f58ff116 (diff)
#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.
Diffstat (limited to 'src')
-rw-r--r--src/sugar/profile.py2
1 files changed, 1 insertions, 1 deletions
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