summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-11 18:12:31 +0000
committerDave Chapman <dave@dchapman.com>2005-12-11 18:12:31 +0000
commit54dfc3380b275ff15fd9b3509aa41a846bcb0234 (patch)
treea6ba56d104325f562d91deee988a9d98e9c3b113 /apps/gui/gwps-common.c
parentb8fd95a815f38864deba79585fcc5a1995dfd1d8 (diff)
downloadrockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.tar.gz
rockbox-54dfc3380b275ff15fd9b3509aa41a846bcb0234.zip
Enable %mh and %mr (hold switch status) tags for the H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps-common.c')
-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())