summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index fb71ab8cbf..8bfec1c00f 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -605,7 +605,7 @@ static char* get_tag(struct wps_data* wps_data,
605 snprintf(buf, buf_size, "%d", *intval); 605 snprintf(buf, buf_size, "%d", *intval);
606 return buf; 606 return buf;
607 607
608#if CONFIG_KEYPAD == IRIVER_H100_PAD 608#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
609 case 'h': /* hold */ 609 case 'h': /* hold */
610 *flags |= WPS_REFRESH_DYNAMIC; 610 *flags |= WPS_REFRESH_DYNAMIC;
611 if (button_hold()) 611 if (button_hold())