summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-01 11:46:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-01 11:46:35 +0200
commited5f55e967152ff6c7308858cb019bea2015d314 (patch)
tree217b55a4dc3e10e325c8b22f8e4408461b5e710a /ChangeLog
parent910e2e3d219626be260f17bbdc0a113d04037387 (diff)
feh_reload_image: Try to reload unloadable (still existing) images ad infinitum
This commit removes the feh_file_remove_from_list call from feh_reload_image. We can safely do this because if the file itself was removed, cb_reload_timer will take care of updating the filelist, and in all other cases it is intended to leave the image in the filelist and retry. A warning will be displayed in the image if the reload failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f74415a..660a6b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ git HEAD
* The --filelist option now supports /dev/stdin (or "-" as shortcut)
* Several Xinerama fixes, only --fullscreen on screen != 0 is still broken
<https://github.com/derf/feh/issues/5>
+ * Fix segfault when reloading no longer loadable (but still existing) images.
+ feh will now display a warning and try to reload ad infinitum
Tue, 16 Aug 2011 22:48:06 +0200 Daniel Friesel <derf@finalrewind.org>