Merge from master
Conflicts: shell/HomeWindow.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user