Mercurial > geeqie.yaz
changeset 285:6917ea10738c
Enable image rotation depending on EXIF by default.
New users shouldn't have to search for it.
author | zas_ |
---|---|
date | Tue, 08 Apr 2008 23:33:49 +0000 |
parents | 84c4618cd1cb |
children | f517bbd7542a |
files | src/globals.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/globals.c Tue Apr 08 23:25:46 2008 +0000 +++ b/src/globals.c Tue Apr 08 23:33:49 2008 +0000 @@ -122,7 +122,7 @@ gint lazy_image_sync = FALSE; gint update_on_time_change = TRUE; -gint exif_rotate_enable = FALSE; +gint exif_rotate_enable = TRUE; /* color profiles */ gint color_profile_enabled = FALSE;