From 64e9c952f0bbd5c23fd775620f3df1c261799ed6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 11 Aug 2011 20:30:06 +0200 Subject: Show correct file number after deleting image In the image_remove function, slideshow_change_image needs to be called before removing the image from the filelist. Because of this, the "x of y" displayed by --draw-filename is wrong (y is 1 too high). This commit introduces a new 'render' argument to slideshow_chingae_image. The image_remove function calls it with render=0, edits the filelist and then runs by winwidget_render_image itself. Patch by Yu-Jie Lin. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dabcd7..cf50fd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ git HEAD * Fix save_image key for *.JPG and similar filenames + * Show correct file number after deleting image + Mon, 04 Jul 2011 14:46:36 +0200 Daniel Friesel -- cgit v1.2.3