]> git.pld-linux.org Git - packages/feh.git/blame - feh-fix.patch
- official patch replaced with non-official and not perfect but working
[packages/feh.git] / feh-fix.patch
CommitLineData
7a0ff6c8
PG
1--- ./src/slideshow.c.org 2011-09-01 11:24:04.424019451 +0200
2+++ ./src/slideshow.c 2011-09-01 11:23:57.240352664 +0200
3@@ -171,15 +171,7 @@ void feh_reload_image(winwidget w, int r
4
5 /* if the image has changed in dimensions - we gotta resize */
6 if ((feh_load_image(&tmp, FEH_FILE(w->file->data))) == 0) {
7- if (force_new) {
8- eprintf("failed to reload image\n");
9- } else {
10- im_weprintf(w, "Couldn't reload image. Is it still there?");
11- }
12- winwidget_rename(w, title);
13- free(title);
14- free(new_title);
15- filelist = feh_file_remove_from_list(filelist, w->file);
16+ weprintf("failed to reload image\n");
17 return;
18 }
19
This page took 0.046141 seconds and 4 git commands to generate.