]> git.pld-linux.org Git - packages/feh.git/blob - feh-fix.patch
7c9223b6899883beca11fd6d8a2d5a76cf7cdd9c
[packages/feh.git] / feh-fix.patch
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.020492 seconds and 2 git commands to generate.