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 ac8ba43793..1dab41ee22 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -225,7 +225,7 @@ static int option_talk(int selected_item, void * data)
225 return 0; 225 return 0;
226} 226}
227 227
228#if defined(HAVE_QUICKSCREEN) || defined(HAVE_RECORDING) 228#if defined(HAVE_QUICKSCREEN) || defined(HAVE_RECORDING) || defined(HAVE_TOUCHSCREEN)
229 /* only the quickscreen and recording trigger needs this */ 229 /* only the quickscreen and recording trigger needs this */
230void option_select_next_val(const struct settings_list *setting, 230void option_select_next_val(const struct settings_list *setting,
231 bool previous, bool apply) 231 bool previous, bool apply)