Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
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:36:02 (GMT)
commite7cdbe116f7cedcd7f632a7b92cd96ece04985e2 (patch)
tree01726e8b0bc64e5961ae45cacc8313774b7514e5 /src
parentf43dbc3d331a8b060f3292c67fb8bfc49c7f7ecf (diff)
Box and Triangle aren't "sufficiently useful" for inclusion.
They are left in place for the enjoyment of small hackers.
Diffstat (limited to 'src')
-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 1b85743..ce6c885 100644
--- a/src/view/home/favoritesview.py
+++ b/src/view/home/favoritesview.py
@@ -55,8 +55,8 @@ RING_LAYOUT, BOX_LAYOUT, TRIANGLE_LAYOUT, SUNFLOWER_LAYOUT, RANDOM_LAYOUT = \
# `FavoritesLayout` which implement the layouts. Additional information
# about the layout can be accessed with fields of the class.
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}