From 659fb9d06399a6b575aec846a7d2b3f0a16dff34 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 20 Jan 2009 04:11:45 +0000 Subject: ... --- (limited to 'Document.py') diff --git a/Document.py b/Document.py index 0ddd3c7..4626171 100644 --- a/Document.py +++ b/Document.py @@ -22,11 +22,11 @@ def load(filepath): def save(filepath): pass -def get_screen(index): +def orig(index): return gtk.gdk.pixbuf_new_from_file( Theme.path('images/pics/Elephant/bigelephant0.gif')) -def get_tape(index): +def thumb(index): return gtk.gdk.pixbuf_new_from_file_at_size( Theme.path('images/pics/Elephant/bigelephant0.gif'), Theme.THUMB_SIZE, Theme.THUMB_SIZE) -- cgit v0.9.1