diff src/globals.c @ 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 e213fb025621
children b16b9b8979e5
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;