Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Theme.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-20 03:18:05 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:12 (GMT)
commite9e55bfa06421753ff2f8c5cbc59328628c69fd4 (patch)
tree175c848bc85a4fbe8856e663fbe1cbfaad569384 /Theme.py
parent85d58dbae681e3d13cd811bb9348d881b415ffc0 (diff)
...
Diffstat (limited to 'Theme.py')
-rw-r--r--Theme.py2
1 files changed, 1 insertions, 1 deletions
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