Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sinks.py
diff options
context:
space:
mode:
Diffstat (limited to 'sinks.py')
-rw-r--r--sinks.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sinks.py b/sinks.py
index ae5f651..945879e 100644
--- a/sinks.py
+++ b/sinks.py
@@ -288,6 +288,10 @@ class ViewSlides():
self.running = False
self.paused = False
#'gtk.STOCK_MEDIA_STOP'
+ if self.index == 0:
+ self.album_object.thumb_index = len(self.rows) - 1
+ else:
+ self.album_object.thumb_index = self.index - 1
self.album_object.large_displayed = False
self.album_object.repaint_whole_screen()