From e9e55bfa06421753ff2f8c5cbc59328628c69fd4 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 20 Jan 2009 03:18:05 +0000 Subject: ... --- (limited to 'Theme.py') diff --git a/Theme.py b/Theme.py index 97f85ad..0cd2158 100644 --- a/Theme.py +++ b/Theme.py @@ -80,7 +80,7 @@ def path(file): return os.path.join(get_bundle_path(), file) def pixmap(file, numberr_in_set = None): - out = gtk.gdk.pixbuf_new_from_file_at_size(path(file), FRAME_SIZE, FRAME_SIZE) + out = gtk.gdk.pixbuf_new_from_file(path(file)) return out # customize theme -- cgit v0.9.1