(Menu) Cleanup

This commit is contained in:
twinaphex 2015-06-08 13:32:54 +02:00
parent f56af4fd46
commit ba1549796c
1 changed files with 2 additions and 5 deletions

View File

@ -541,11 +541,8 @@ static int menu_entries_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *
{ {
if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP) if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP)
{ {
if (elem1[0] != '\0') cbs->action_get_title = action_get_title_group_settings;
{ return 0;
cbs->action_get_title = action_get_title_group_settings;
return 0;
}
} }
} }