Commit b1592635 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Apply 02_changeset_r53_slideshow_fix.patch from Debian

parent 29a9dd91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ slideshow_change_image(winwidget winwid, int change)

   /* Without this, clicking a one-image slideshow reloads it. Not very *
      intelligent behaviour :-) */
   if (filelist_len < 2)
   if (filelist_len < 2 && opt.cycle_once == 0)
      D_RETURN_(4);

   /* Ok. I do this in such an odd way to ensure that if the last or first *