Get rid of the old Grid and CanvasBox

This commit is contained in:
Marco Pesenti Gritti
2006-10-04 00:25:03 +02:00
parent 6f337e0b14
commit 717bdd66f4
7 changed files with 5 additions and 148 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class HomeWindow(gtk.Window):
self.add(self._nb)
self._nb.show()
menu_shell = MenuShell(shell.get_grid())
menu_shell = MenuShell()
self._add_page(HomeGroup(shell))