Merge from master

Conflicts:

	shell/HomeWindow.py
This commit is contained in:
Marco Pesenti Gritti
2006-08-15 13:47:21 +02:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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()