Index: apps/onplay.c
===================================================================
RCS file: /cvsroot/rockbox/apps/onplay.c,v
retrieving revision 1.90
diff -u -r1.90 onplay.c
--- apps/onplay.c	25 Oct 2006 10:17:53 -0000	1.90
+++ apps/onplay.c	3 Nov 2006 14:22:06 -0000
@@ -868,6 +868,12 @@
 
     if (context == CONTEXT_WPS)
     {
+        if(file && global_settings.runtimedb)
+        {
+            items[i].desc = ID2P(LANG_MENU_SET_RATING);
+            items[i].function = set_rating;
+            i++;
+        }
         items[i].desc = ID2P(LANG_BOOKMARK_MENU);
         items[i].function = bookmark_menu;
         i++;

