diff options
Diffstat (limited to 'apps/gui/option_select.c')
| -rw-r--r-- | apps/gui/option_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index c68a8b0..bbad56b 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c @@ -530,7 +530,7 @@ bool option_screen(const struct settings_list *setting, *variable = oldvalue; if (var_type == F_T_BOOL && !use_temp_var) *(bool*)setting->setting = (oldvalue==1); - gui_syncsplash(HZ/2, ID2P(LANG_CANCEL)); + splash(HZ/2, ID2P(LANG_CANCEL)); } done = true; } |