From 942bc9449ea587fc3d50a468da56df32baf0748f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 23 Apr 2003 11:26:25 +0000 Subject: Only redraw the status line when info actually changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657 --- apps/sleeptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/sleeptimer.c') diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index bd9ccc359b..fb7630a241 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -147,7 +147,7 @@ bool sleeptimer_screen(void) lcd_puts(0, 1, str(LANG_OFF)); } - status_draw(); + status_draw(true); lcd_update(); } -- cgit v1.2.3