From 7546e7ff2014d11078c828e12cb5678c7518d93f Mon Sep 17 00:00:00 2001 From: Eben Eliason Date: Thu, 18 Sep 2008 09:33:25 +0000 Subject: Comment out the spiral layout --- diff --git a/src/view/home/favoritesview.py b/src/view/home/favoritesview.py index 1af8e87..c1fce27 100644 --- a/src/view/home/favoritesview.py +++ b/src/view/home/favoritesview.py @@ -55,7 +55,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 -- cgit v0.9.1