From 54dfc3380b275ff15fd9b3509aa41a846bcb0234 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 11 Dec 2005 18:12:31 +0000 Subject: 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 --- apps/gui/gwps-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/gwps-common.c') 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, snprintf(buf, buf_size, "%d", *intval); return buf; -#if CONFIG_KEYPAD == IRIVER_H100_PAD +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) case 'h': /* hold */ *flags |= WPS_REFRESH_DYNAMIC; if (button_hold()) -- cgit v1.2.3