* src/DisplayState.py: Warning log handler, add timeout handler

svn: r5824
This commit is contained in:
Don Allingham
2006-01-23 22:36:34 +00:00
parent a484bfa838
commit 6ed9d0a161
4 changed files with 20 additions and 10 deletions

View File

@ -182,7 +182,6 @@ class ViewManager:
vbox = gtk.VBox()
self.window.add(vbox)
hbox = gtk.HBox()
hbox.set_border_width(4)
self.ebox = gtk.EventBox()
self.bbox = gtk.VBox()
self.ebox.add(self.bbox)