X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Frcfile.c;h=cf2f4746f2055fa778be1741f38518722eeeb895;hp=52aa2b9022dce442c3ca1a31b0c6c050b3a8eb42;hb=64b3e53dd4f9a9779478831f2449306f4ac927b8;hpb=3fff57c8a02ef253c417c36ef137e21abcfca15a diff --git a/src/rcfile.c b/src/rcfile.c index 52aa2b90..cf2f4746 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -322,6 +322,7 @@ static void write_global_attributes(GString *outstr, gint indent) WRITE_NL(); WRITE_UINT(*options, duplicates_select_type); WRITE_NL(); WRITE_BOOL(*options, duplicates_thumbnails); WRITE_NL(); WRITE_BOOL(*options, rot_invariant_sim); + WRITE_NL(); WRITE_BOOL(*options, sort_totals); WRITE_SEPARATOR(); WRITE_NL(); WRITE_BOOL(*options, mousewheel_scrolls); @@ -606,6 +607,7 @@ static gboolean load_global_params(const gchar **attribute_names, const gchar ** if (READ_UINT_CLAMP(*options, duplicates_select_type, 0, DUPE_SELECT_GROUP2)) continue; if (READ_BOOL(*options, duplicates_thumbnails)) continue; if (READ_BOOL(*options, rot_invariant_sim)) continue; + if (READ_BOOL(*options, sort_totals)) continue; if (READ_BOOL(*options, progressive_key_scrolling)) continue; if (READ_UINT_CLAMP(*options, keyboard_scroll_step, 1, 32)) continue;