(XUI) Should update entries when pushing new dir list

This commit is contained in:
twinaphex 2014-03-08 06:18:47 +01:00
parent b16f3f9bca
commit 813a2daaa0

View File

@ -2328,6 +2328,9 @@ static void menu_parse_and_resolve(void *data, unsigned menu_type)
is_dir ? menu_type : RGUI_FILE_PLAIN, 0);
}
if (menu_ctx && menu_ctx->populate_entries)
menu_ctx->populate_entries(rgui, menu_type);
string_list_free(list);
}
}