Cleanup
This commit is contained in:
parent
f19d96d3c4
commit
b6972f9926
|
@ -877,17 +877,15 @@ static int generic_action_ok(const char *path,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_LOAD_CONFIG_FILE:
|
case ACTION_OK_LOAD_CONFIG_FILE:
|
||||||
{
|
flush_char = NULL;
|
||||||
flush_char = NULL;
|
flush_type = MENU_SETTINGS;
|
||||||
flush_type = MENU_SETTINGS;
|
menu_display_set_msg_force(true);
|
||||||
menu_display_set_msg_force(true);
|
|
||||||
|
|
||||||
if (config_replace(action_path))
|
if (config_replace(action_path))
|
||||||
{
|
{
|
||||||
bool pending_push = false;
|
bool pending_push = false;
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#ifdef HAVE_SHADER_MANAGER
|
#ifdef HAVE_SHADER_MANAGER
|
||||||
|
|
Loading…
Reference in New Issue