From 476d28963df4093b70d50bf58d57183436359dcc Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 May 2008 10:19:21 +0000 Subject: fix star.c (FS#8998) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17567 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/star.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/plugins/star.c b/apps/plugins/star.c index 1b7c4d01b5..8efdd89bfb 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -992,7 +992,8 @@ static int star_menu(void) { rb->viewport_set_defaults(&vp[selection], selection); /* we are hiding the statusbar so fix the height also */ - vp->y = 0; vp->height = rb->screens[selection]->height; + vp[selection].y = 0; + vp[selection].height = rb->screens[selection]->height; #if LCD_DEPTH > 1 if (rb->screens[selection]->depth > 1) { -- cgit v1.2.3