Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 11:47:21 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 11:47:21 (GMT)
commitfa90ec41aa79d349406dd1fd0084da061627bb2b (patch)
tree4c8b12760f1d6b497d33312fe92dbf710c73dd03 /shell
parenta6ef49b731cfc570c4f7fd6d4f9d500fb95995de (diff)
parentb1c73852040cacccd1345967b59b7ce242975d73 (diff)
Merge from master
Conflicts: shell/HomeWindow.py
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()