Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/snowflakelayout.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-05 11:33:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-05 11:33:29 (GMT)
commit20ea0d7bccd9aecdd394d1570cbb87e63f3b3f18 (patch)
treec9dc8d1ff38a34b0741ba7a21e20f99790552033 /shell/view/home/snowflakelayout.py
parent91654729bfcc2a7a8859e35751bf163273608d57 (diff)
Add a spread layout manager. Work in progress.
Diffstat (limited to 'shell/view/home/snowflakelayout.py')
-rw-r--r--shell/view/home/snowflakelayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/snowflakelayout.py b/shell/view/home/snowflakelayout.py
index 4aef6b6..8f04846 100644
--- a/shell/view/home/snowflakelayout.py
+++ b/shell/view/home/snowflakelayout.py
@@ -28,7 +28,7 @@ _CHILDREN_FACTOR = 1
class SnowflakeLayout(gobject.GObject,hippo.CanvasLayout):
__gtype_name__ = 'SugarSnowflakeLayout'
def __init__(self):
- hippo.CanvasBox.__init__(self)
+ gobject.GObject.__init__(self)
self._nflakes = 0
def add(self, child):