X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fthumb_standard.c;h=2c637cc86f20178a209d60c4928f5f11f0056d10;hp=f3cd252a0f85c0e1e7a583c7bd4193950a123d19;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/thumb_standard.c b/src/thumb_standard.c index f3cd252a..2c637cc8 100644 --- a/src/thumb_standard.c +++ b/src/thumb_standard.c @@ -389,7 +389,7 @@ static GdkPixbuf *thumb_loader_std_finish(ThumbLoaderStd *tl, GdkPixbuf *pixbuf, { tl->fd->exif_orientation = metadata_read_int(tl->fd, ORIENTATION_KEY, EXIF_ORIENTATION_TOP_LEFT); } - + if (tl->fd->exif_orientation != EXIF_ORIENTATION_TOP_LEFT) { rotated = pixbuf_apply_orientation(pixbuf, tl->fd->exif_orientation); @@ -581,14 +581,14 @@ static void thumb_loader_std_error_cb(ImageLoader *il, gpointer data) thumb_loader_std_done_cb(il, data); return; } - + DEBUG_1("thumb image error: %s", tl->fd->path); DEBUG_1(" from: %s", image_loader_get_fd(tl->il)->path); if (thumb_loader_std_next_source(tl, TRUE)) return; thumb_loader_std_set_fallback(tl); - + if (tl->func_error) tl->func_error(tl, tl->data); }