From 559fdaeb07024c6b6d0d354900805b61fb262367 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 23 Sep 2009 12:10:01 +0200 Subject: Make thumbnail orientation independent of source image orientation --- src/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/items.h') diff --git a/src/items.h b/src/items.h index c972d59..ffad086 100644 --- a/src/items.h +++ b/src/items.h @@ -74,7 +74,7 @@ typedef struct { /* generated item info */ /* !! be careful with writes to this structure during thread work !! */ - gboolean gen_portrait; + gboolean gen_portrait; /* thumbnail orientation, don't use for original image orientation */ } TIndexItem; -- cgit v1.2.3