diff src/layout.c @ 1627:1a134b4dc88c

use layout_set_fd() for changing images from a slideshow - this updates folder and icon in recursive slideshow mode preserve slideshow on layout change - fixes https://sourceforge.net/tracker/?func=detail&aid=1998513&group_id=222125&atid=1054680
author nadvornik
date Thu, 04 Jun 2009 21:07:03 +0000
parents 1d7941c147be
children 66bf394d162a
line wrap: on
line diff
--- a/src/layout.c	Thu Jun 04 19:51:20 2009 +0000
+++ b/src/layout.c	Thu Jun 04 21:07:03 2009 +0000
@@ -1530,7 +1530,7 @@
 
 	/* remember state */
 
-	layout_image_slideshow_stop(lw);
+	/* layout_image_slideshow_stop(lw); slideshow should survive */ 
 	layout_image_full_screen_stop(lw);
 
 	dir_fd = lw->dir_fd;