[Sugar-devel] [PATCH] Please don't review this other patch either
Bernie Innocenti
bernie at codewiz.org
Fri May 14 23:29:58 EDT 2010
Still debugging the same darn problem...
Nacked-by: Bernie Innocenti <bernie at codewiz.org>
Tested-by: Bernie Innocenti <bernie at codewiz.org>
Reviewed-by: Bernie Innocenti <bernie at codewiz.org>
Signed-off-by: Bernie Innocenti <bernie at codewiz.org>
---
src/jarabe/desktop/favoritesview.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/jarabe/desktop/favoritesview.py b/src/jarabe/desktop/favoritesview.py
index d4eb454..8b16a8b 100644
--- a/src/jarabe/desktop/favoritesview.py
+++ b/src/jarabe/desktop/favoritesview.py
@@ -54,9 +54,9 @@ _logger = logging.getLogger('FavoritesView')
_ICON_DND_TARGET = ('activity-icon', gtk.TARGET_SAME_WIDGET, 0)
LAYOUT_MAP = {favoriteslayout.RingLayout.key: favoriteslayout.RingLayout,
- #favoriteslayout.BoxLayout.key: favoriteslayout.BoxLayout,
- #favoriteslayout.TriangleLayout.key: favoriteslayout.TriangleLayout,
- #favoriteslayout.SunflowerLayout.key: favoriteslayout.SunflowerLayout,
+ favoriteslayout.BoxLayout.key: favoriteslayout.BoxLayout,
+ favoriteslayout.TriangleLayout.key: favoriteslayout.TriangleLayout,
+ favoriteslayout.SunflowerLayout.key: favoriteslayout.SunflowerLayout,
favoriteslayout.RandomLayout.key: favoriteslayout.RandomLayout}
"""Map numeric layout identifiers to uninstantiated subclasses of
`FavoritesLayout` which implement the layouts. Additional information
--
1.7.0.1
More information about the Sugar-devel
mailing list