From 255e23062788fda92e57855ce216bd0d38a9d958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 6 Mar 2010 13:27:14 +0100 Subject: improved image handling --- portato/gui/windows/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'portato/gui/windows/main.py') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 1b67747..0b0c48d 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -434,8 +434,7 @@ class MainWindow (Window): self.window.set_geometry_hints (self.window, max_height = gtk.gdk.screen_height(), max_width = gtk.gdk.screen_width()) # app icon - self.window.set_icon_from_file(APP_ICON) - gtk.window_set_default_icon(self.window.get_icon()) + gtk.window_set_default_icon_from_file(APP_ICON) # booleans self.doUpdate = False -- cgit v1.2.3