Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEben Eliason <eben@sugar.(none)>2008-09-18 09:33:25 (GMT)
committer Eben Eliason <eben@sugar.(none)>2008-09-18 09:33:25 (GMT)
commit3d18ecd57f42876db592dd44887641e952e1b785 (patch)
tree27b04ee6220840dd14f81c4f39dffdb3f1f983f3 /src
parent3970cfbd6d517fac7cb04fd0dc8f93cf8cc573b7 (diff)
Comment out the spiral layout
Diffstat (limited to 'src')
-rw-r--r--src/view/home/favoritesview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/home/favoritesview.py b/src/view/home/favoritesview.py
index fc42e2d..0a7f0b3 100644
--- a/src/view/home/favoritesview.py
+++ b/src/view/home/favoritesview.py
@@ -54,7 +54,7 @@ RING_LAYOUT, BOX_LAYOUT, TRIANGLE_LAYOUT, SUNFLOWER_LAYOUT, RANDOM_LAYOUT = \
LAYOUT_MAP = {RING_LAYOUT: favoriteslayout.RingLayout,
#BOX_LAYOUT: favoriteslayout.BoxLayout,
#TRIANGLE_LAYOUT: favoriteslayout.TriangleLayout,
- SUNFLOWER_LAYOUT: favoriteslayout.SunflowerLayout,
+ #SUNFLOWER_LAYOUT: favoriteslayout.SunflowerLayout,
RANDOM_LAYOUT: favoriteslayout.RandomLayout}
"""Map numeric layout identifiers to uninstantiated subclasses of
`FavoritesLayout` which implement the layouts. Additional information