From 910e2e3d219626be260f17bbdc0a113d04037387 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Sep 2011 11:29:47 +0200 Subject: Revert "feh_reload_image: Always die if reload failed" This reverts commit 8b79bc33f37db12cbb672bdb47dcfeb0f2030bce. --- src/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/thumbnail.c') diff --git a/src/thumbnail.c b/src/thumbnail.c index 9053649..ee8b101 100644 --- a/src/thumbnail.c +++ b/src/thumbnail.c @@ -922,7 +922,7 @@ void feh_thumbnail_show_fullsize(feh_file *thumbfile) free(thumbwin->file); thumbwin->file = gib_list_add_front(NULL, thumbfile); winwidget_rename(thumbwin, s); - feh_reload_image(thumbwin, 1); + feh_reload_image(thumbwin, 1, 0); } } -- cgit v1.2.3