Index: apps/plugins/star.c =================================================================== --- apps/plugins/star.c (revision 21272) +++ apps/plugins/star.c (working copy) @@ -1054,7 +1054,7 @@ } while(!menu_quit) { - switch(rb->do_menu(&menu, &selection, vp, false)) + switch(rb->do_menu(&menu, &selection, vp, true)) { case 0: menu_quit = true;