X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Frcfile.c;h=3fc9c59ca51bef8b1061f7dc3e2f30a06f91f89d;hp=e6663f9b9815ba8d048168343e240df7e6909f68;hb=30a7a60d8149a42effe57c5a57e5fe844ae647ce;hpb=d0224edc8344bedbb90c38e730f719eb1402d263 diff --git a/src/rcfile.c b/src/rcfile.c index e6663f9b..3fc9c59c 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -1063,12 +1063,17 @@ static void options_parse_layout(GQParserData *parser_data, GMarkupParseContext options_parse_func_push(parser_data, options_parse_bar, NULL, lw->bar); } +#if 0 +/* FIXME: The sort manager and desktop files are set up in the idle loop. + * Setup is not yet completed when the layout is first displayed. + */ else if (g_ascii_strcasecmp(element_name, "bar_sort") == 0) { GtkWidget *bar = bar_sort_new_from_config(lw, attribute_names, attribute_values); layout_bar_sort_set(lw, bar); options_parse_func_push(parser_data, options_parse_leaf, NULL, NULL); } +#endif else if (g_ascii_strcasecmp(element_name, "toolbar") == 0) { options_parse_func_push(parser_data, options_parse_toolbar_and_statusbar, NULL, NULL);