Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-09-19 14:36:02 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-09-19 14:38:33 (GMT)
commita9f2eff38104f023604a19175a9179c4bce43c4a (patch)
treea4408c563e8b15a37f38b6b9f1863b305c0184a6
parent915613f9a217a92624fde90fd5d4d022ddcb01a4 (diff)
Box and Triangle aren't "sufficiently useful" for inclusion.
They are left in place for the enjoyment of small hackers.
-rw-r--r--src/view/home/favoritesview.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/home/favoritesview.py b/src/view/home/favoritesview.py
index f93b6a2..1af8e87 100644
--- a/src/view/home/favoritesview.py
+++ b/src/view/home/favoritesview.py
@@ -53,8 +53,8 @@ RING_LAYOUT, BOX_LAYOUT, TRIANGLE_LAYOUT, SUNFLOWER_LAYOUT, RANDOM_LAYOUT = \
xrange(5)
_LAYOUT_MAP = {RING_LAYOUT: favoriteslayout.RingLayout,
- BOX_LAYOUT: favoriteslayout.BoxLayout,
- TRIANGLE_LAYOUT: favoriteslayout.TriangleLayout,
+ #BOX_LAYOUT: favoriteslayout.BoxLayout,
+ #TRIANGLE_LAYOUT: favoriteslayout.TriangleLayout,
SUNFLOWER_LAYOUT: favoriteslayout.SunflowerLayout,
RANDOM_LAYOUT: favoriteslayout.RandomLayout}
"""Map numeric layout identifiers to uninstantiated subclasses of