]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh-fix.patch
- rel.3: official git_ed5f55e967152ff6c730 patch added.
[packages/feh.git] / feh-fix.patch
diff --git a/feh-fix.patch b/feh-fix.patch
deleted file mode 100644 (file)
index 7c9223b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./src/slideshow.c.org      2011-09-01 11:24:04.424019451 +0200
-+++ ./src/slideshow.c  2011-09-01 11:23:57.240352664 +0200
-@@ -171,15 +171,7 @@ void feh_reload_image(winwidget w, int r
-       /* if the image has changed in dimensions - we gotta resize */
-       if ((feh_load_image(&tmp, FEH_FILE(w->file->data))) == 0) {
--              if (force_new) {
--                      eprintf("failed to reload image\n");
--              } else {
--                      im_weprintf(w, "Couldn't reload image. Is it still there?");
--              }
--              winwidget_rename(w, title);
--              free(title);
--              free(new_title);
--              filelist = feh_file_remove_from_list(filelist, w->file);
-+              weprintf("failed to reload image\n");
-               return;
-       }
This page took 0.09892 seconds and 4 git commands to generate.