[gthumb] slideshow: the 'show next file' command resumes the slideshow if paused



commit dc4926ba8f0e167807ba2cf846b0dd632e3fb6a7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 17 10:21:41 2019 +0100

    slideshow: the 'show next file' command resumes the slideshow if paused

 extensions/slideshow/actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extensions/slideshow/actions.c b/extensions/slideshow/actions.c
index d3c9f109..fb3df3d9 100644
--- a/extensions/slideshow/actions.c
+++ b/extensions/slideshow/actions.c
@@ -173,7 +173,7 @@ gth_slideshow_activate_next_image (GSimpleAction *action,
                                   GVariant      *parameter,
                                   gpointer       user_data)
 {
-       gth_slideshow_load_next_image (GTH_SLIDESHOW (user_data));
+       gth_slideshow_next_image_or_resume (GTH_SLIDESHOW (user_data));
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]