svn: r6431
This commit is contained in:
Don Allingham
2006-04-24 21:46:54 +00:00
parent 160caef065
commit 8b939198b8
4 changed files with 5 additions and 7 deletions

@ -185,8 +185,6 @@ class ViewManager:
width = Config.get(Config.WIDTH)
height = Config.get(Config.HEIGHT)
print width, height, type(width), type(height)
self.window = gtk.Window()
self.window.set_icon_from_file(const.icon)
self.window.set_default_size(width, height)