Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/HomeWindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/HomeWindow.py b/shell/HomeWindow.py
index 7e93956..ee56781 100644
--- a/shell/HomeWindow.py
+++ b/shell/HomeWindow.py
@@ -16,6 +16,8 @@ class HomeWindow(gtk.Window):
def __init__(self, shell):
gtk.Window.__init__(self)
+ self._shell = shell
+
self.connect('realize', self.__realize_cb)
canvas = goocanvas.CanvasView()