summaryrefslogtreecommitdiff
path: root/apps/plugins/theme_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/theme_remove.c')
-rw-r--r--apps/plugins/theme_remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/theme_remove.c b/apps/plugins/theme_remove.c
index f39d224868..6f5353f3f6 100644
--- a/apps/plugins/theme_remove.c
+++ b/apps/plugins/theme_remove.c
@@ -589,7 +589,7 @@ static bool option_menu(void)
589 { 589 {
590 struct remove_setting *setting = &remove_list[result]; 590 struct remove_setting *setting = &remove_list[result];
591 int prev_option = setting->option; 591 int prev_option = setting->option;
592 if (rb->set_option(option_menu_[result], &setting->option, INT, 592 if (rb->set_option(option_menu_[result], &setting->option, RB_INT,
593 remove_names, NUM_REMOVE_OPTION, NULL)) 593 remove_names, NUM_REMOVE_OPTION, NULL))
594 return true; 594 return true;
595 if (prev_option != setting->option) 595 if (prev_option != setting->option)