Implement call to populate_entries at the end of menu_entries_parse_list

This commit is contained in:
twinaphex 2014-10-17 01:18:20 +02:00
parent 5a93f90c46
commit 8d4fdd9e24

View File

@ -390,6 +390,9 @@ int menu_entries_parse_list(file_list_t *list, file_list_t *menu_list,
entries_refresh(list);
if (driver.menu_ctx && driver.menu_ctx->populate_entries)
driver.menu_ctx->populate_entries(driver.menu, dir, label, type);
return 0;
}