comparison 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
comparison
equal deleted inserted replaced
284:84c4618cd1cb 285:6917ea10738c
120 120
121 gint tree_descend_subdirs = FALSE; 121 gint tree_descend_subdirs = FALSE;
122 122
123 gint lazy_image_sync = FALSE; 123 gint lazy_image_sync = FALSE;
124 gint update_on_time_change = TRUE; 124 gint update_on_time_change = TRUE;
125 gint exif_rotate_enable = FALSE; 125 gint exif_rotate_enable = TRUE;
126 126
127 /* color profiles */ 127 /* color profiles */
128 gint color_profile_enabled = FALSE; 128 gint color_profile_enabled = FALSE;
129 gint color_profile_input_type = 0; 129 gint color_profile_input_type = 0;
130 gchar *color_profile_input_file[COLOR_PROFILE_INPUTS]; 130 gchar *color_profile_input_file[COLOR_PROFILE_INPUTS];