Fix #147: Alternative format for sidecar extension
[geeqie.git] / src / options.c
index f5ffb8e..0cdb936 100644 (file)
@@ -69,6 +69,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->file_sort.ascending = TRUE;
        options->file_sort.case_sensitive = FALSE;
        options->file_sort.method = SORT_NAME;
+       options->file_sort.natural = FALSE;
 
        options->fullscreen.above = FALSE;
        options->fullscreen.clean_flip = FALSE;
@@ -130,6 +131,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->metadata.confirm_on_dir_change = TRUE;
        options->metadata.keywords_case_sensitive = FALSE;
        options->metadata.write_orientation = TRUE;
+       options->metadata.sidecar_extended_name = FALSE;
 
        options->show_icon_names = TRUE;