diff options
author | Stéphane Doyon <s.doyon@videotron.ca> | 2007-10-09 03:48:56 +0000 |
---|---|---|
committer | Stéphane Doyon <s.doyon@videotron.ca> | 2007-10-09 03:48:56 +0000 |
commit | 5acf09104644a7942cf264d80a99f6bf5ae20792 (patch) | |
tree | a9705adea534e53795112eecde1d5b08171c9ac1 /apps/onplay.c | |
parent | 3fd073ed4d5e0bb819b30ee71546151f13aa2150 (diff) |
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.c | 2 |
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) return action; } MENUITEM_FUNCTION_DYNTEXT(rating_item, 0, set_rating_inline, - NULL, rating_name, NULL, + NULL, rating_name, NULL, NULL, ratingitem_callback, Icon_Questionmark); #endif |