summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2007-10-09 03:48:56 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2007-10-09 03:48:56 +0000
commit5acf09104644a7942cf264d80a99f6bf5ae20792 (patch)
treea9705adea534e53795112eecde1d5b08171c9ac1 /apps/onplay.c
parent3fd073ed4d5e0bb819b30ee71546151f13aa2150 (diff)
downloadrockbox-5acf09104644a7942cf264d80a99f6bf5ae20792.tar.gz
rockbox-5acf09104644a7942cf264d80a99f6bf5ae20792.zip
Add a voice callback to dynamic menus, along side the text_callback.
From FS#7563. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15042 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 0e5169a007..a4da371ce7 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1001,7 +1001,7 @@ static int ratingitem_callback(int action,const struct menu_item_ex *this_item)
1001 return action; 1001 return action;
1002} 1002}
1003MENUITEM_FUNCTION_DYNTEXT(rating_item, 0, set_rating_inline, 1003MENUITEM_FUNCTION_DYNTEXT(rating_item, 0, set_rating_inline,
1004 NULL, rating_name, NULL, 1004 NULL, rating_name, NULL, NULL,
1005 ratingitem_callback, Icon_Questionmark); 1005 ratingitem_callback, Icon_Questionmark);
1006#endif 1006#endif
1007 1007