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-09-25 14:01:11 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-25 14:01:11 (GMT)
commit56229aad368973c66eae89d4282ace59f7778024 (patch)
tree5ca3dae1ed2d560299acf993ed8a9d3ca349eb75 /shell/view/home/HomeWindow.py
parent73be416c672829b5f6aa1f4750d24283665b6794 (diff)
Write a mesh model and start using it in the mesh view
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 9e2fb2a..66ce883 100644
--- a/shell/view/home/HomeWindow.py
+++ b/shell/view/home/HomeWindow.py
@@ -28,7 +28,7 @@ class HomeWindow(gtk.Window):
self._add_page(HomeGroup(shell))
self._add_page(FriendsGroup(shell, menu_shell))
- self._add_page(MeshGroup(shell))
+ self._add_page(MeshGroup(shell, menu_shell))
def _add_page(self, group):
view = CanvasView()