Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/snowflakebox.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 13:58:38 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-24 13:58:38 (GMT)
commitce800fbc66c2790f5bf9a38006812a16478342aa (patch)
tree2fe18bd93c0b15e39da3257fdc4fd3c8c341f1de /sugar/graphics/snowflakebox.py
parent940b50b4e6d507b4e4a1e4a6aa42f418219df87b (diff)
Add hover to BuddyIcon in the Frame.
Diffstat (limited to 'sugar/graphics/snowflakebox.py')
-rw-r--r--sugar/graphics/snowflakebox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/snowflakebox.py b/sugar/graphics/snowflakebox.py
index 9e2fd78..f0d446c 100644
--- a/sugar/graphics/snowflakebox.py
+++ b/sugar/graphics/snowflakebox.py
@@ -85,7 +85,7 @@ class SnowflakeBox(hippo.CanvasBox, hippo.CanvasItem):
return width
def do_allocate(self, width, height, origin_changed):
- hippo.CanvasBox.do_allocate(self, width, height)
+ hippo.CanvasBox.do_allocate(self, width, height, origin_changed)
self._layout_root()