Skip to content
Snippets Groups Projects
Commit 6aace46e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

magick: use correct filename

parent ba08d4b2
No related branches found
No related tags found
No related merge requests found
......@@ -169,11 +169,11 @@ int feh_load_image(Imlib_Image * im, feh_file * file)
file->ed = exif_get_data(tmpname);
#endif
}
if ((opt.slideshow) && (opt.reload == 0)) {
if ((opt.slideshow) && (opt.reload == 0) && (image_source != SRC_MAGICK)) {
free(file->filename);
file->filename = estrdup(tmpname);
if ((image_source == SRC_MAGICK) || !opt.keep_http)
if (!opt.keep_http)
add_file_to_rm_filelist(tmpname);
}
else if ((image_source == SRC_MAGICK) || !opt.keep_http)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment