Original commit message from CVS:
BPB(tm)
This commit is contained in:
Andy Wingo 2006-04-19 12:04:56 +00:00
parent ebf47e1442
commit 2e4782697b

View file

@ -165,7 +165,6 @@ class FVUMeter(gtk.DrawingArea):
self.style.set_background(self.window, gtk.STATE_NORMAL)
def do_expose_event(self, event):
print 'foo'
self.chain(event)
x, y, w, h = self.allocation
@ -236,6 +235,5 @@ class FVUMeter(gtk.DrawingArea):
self.leftborder + vumeter_width + 5,
self.topborder + int(vumeter_height / 2 - layout_height / 2),
layout)
print 'bar'
gobject.type_register(FVUMeter)