Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/slideviewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'slideviewer.py')
-rwxr-xr-xslideviewer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideviewer.py b/slideviewer.py
index 5156bbf..ac6969a 100755
--- a/slideviewer.py
+++ b/slideviewer.py
@@ -276,6 +276,7 @@ class ThumbViewer(gtk.DrawingArea):
# Load thumbnail from the PNG file, if it exists; otherwise draw from scratch
timerstart = time.time()
thumb = self.__deck.getSlideThumb(n)
+ print 'getSlideThumb', n, thumb
if thumb and os.path.exists(thumb):
self.__surface = cairo.ImageSurface.create_from_png(thumb)
else: