Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-08-26 11:40:29 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-08-26 11:40:29 (GMT)
commit87defb862218ca2e4d706e1affa200a6cae2032e (patch)
tree06fc2af30b193d180a571e4a3bc81a65733a8f3c /Edit
parent6a209f15052e84430279a5fa66c2d661513c067f (diff)
Jam
Diffstat (limited to 'Edit')
-rw-r--r--Edit/TuneInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/TuneInterface.py b/Edit/TuneInterface.py
index 63141a3..3682a57 100644
--- a/Edit/TuneInterface.py
+++ b/Edit/TuneInterface.py
@@ -184,8 +184,8 @@ class TuneInterface( gtk.EventBox ):
self.baseWidth = allocation.width
self.visibleEndX = self.baseWidth
self.baseHeight = allocation.height
- self.updateSize()
self.alloced = True
+ self.updateSize()
self.width = allocation.width
self.height = allocation.height
self.drawingArea.set_size_request( self.width, self.height )