From 91af8908ab4216fe5e9c043a1d50cc5d27fbad18 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 21 May 2009 12:03:25 +0000 Subject: Call do_set_box explicitly --- diff --git a/src/jarabe/desktop/favoritesview.py b/src/jarabe/desktop/favoritesview.py index 18cbd9a..f42d62a 100644 --- a/src/jarabe/desktop/favoritesview.py +++ b/src/jarabe/desktop/favoritesview.py @@ -291,6 +291,9 @@ class FavoritesView(hippo.Canvas): self._layout = LAYOUT_MAP[layout]() self._box.set_layout(self._layout) + # TODO: Remove when we support callbacks + self._layout.do_set_box(self._box) + # TODO: Enable again when we support callbacks #self._box.sort(self._layout.compare_activities) -- cgit v0.9.1