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

View File

@@ -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)