changeset 285:8ae4a3739411

Enable image rotation depending on EXIF by default. New users shouldn't have to search for it.
author Laurent Monin <geeqie@norz.org>
date Tue, 08 Apr 2008 23:33:49 +0000
parents 8dae20c78d18
children a4e77f3eb74a
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;