Buf fix #927: Option "Auto rotate proofs using Exif information" doesn't stick
[geeqie.git] / src / options.h
index 31b34e7..1492e41 100644 (file)
@@ -137,7 +137,6 @@ struct _ConfOptions
        /* image */
        struct {
                gboolean exif_rotate_enable;
-               gboolean exif_proof_rotate_enable;
                guint scroll_reset_method;
                gboolean fit_window_to_image;
                gboolean limit_window_size;
@@ -155,6 +154,7 @@ struct _ConfOptions
                gboolean zoom_to_fit_allow_expand;
                guint zoom_quality;
                gint zoom_increment;    /**< 100 is 1.0, 5 is 0.05, 200 is 2.0, etc. */
+               ZoomStyle zoom_style;
                gboolean use_clutter_renderer;
 
                gboolean use_custom_border_color_in_fullscreen;