Show 'No Items' correctly' in Accounts

This commit is contained in:
twinaphex 2015-10-26 03:29:08 +01:00
parent 02a43c6b2a
commit 6b630a5d92
1 changed files with 1 additions and 0 deletions

View File

@ -2401,6 +2401,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
menu_entries_push(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_NO_ITEMS),
"", 0, 0, 0);
ret = 0;
#endif
info->need_refresh = true;
info->need_push = true;