Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TuneInterface.py
diff options
context:
space:
mode:
authorJames <olpc@xo-05-28-3A.localdomain>2007-08-26 23:07:14 (GMT)
committer James <olpc@xo-05-28-3A.localdomain>2007-08-26 23:07:14 (GMT)
commitc18b73bd20f2e5ad7a76ac3f69feefcac634e50f (patch)
treee78ae7367264a55a29e4f9a8bec9bca7c9fb16ed /Edit/TuneInterface.py
parent593acd0a9c2258765784c599347931c6ac2df749 (diff)
parent42ca65d2e583639cdbb0a6af921ddf2dae75af54 (diff)
Merge branch 'master' of git+ssh://jaberg@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Edit/TuneInterface.py')
-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 )