summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index c68a8b0f39..bbad56bf47 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,
530 *variable = oldvalue; 530 *variable = oldvalue;
531 if (var_type == F_T_BOOL && !use_temp_var) 531 if (var_type == F_T_BOOL && !use_temp_var)
532 *(bool*)setting->setting = (oldvalue==1); 532 *(bool*)setting->setting = (oldvalue==1);
533 gui_syncsplash(HZ/2, ID2P(LANG_CANCEL)); 533 splash(HZ/2, ID2P(LANG_CANCEL));
534 } 534 }
535 done = true; 535 done = true;
536 } 536 }