Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/HomeWindow.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-03 22:25:03 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-03 22:25:03 (GMT)
commit717bdd66f45e31074952bbf49c78e14153f92c57 (patch)
treee0b49f87de5d724932cd3f458efaeb34692a329f /shell/view/home/HomeWindow.py
parent6f337e0b14f022e942c723ddcad89279f727a099 (diff)
Get rid of the old Grid and CanvasBox
Diffstat (limited to 'shell/view/home/HomeWindow.py')
-rw-r--r--shell/view/home/HomeWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/HomeWindow.py b/shell/view/home/HomeWindow.py
index 163ddb7..fad4476 100644
--- a/shell/view/home/HomeWindow.py
+++ b/shell/view/home/HomeWindow.py
@@ -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))