diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-04-23 11:26:25 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-04-23 11:26:25 +0000 |
| commit | 942bc9449ea587fc3d50a468da56df32baf0748f (patch) | |
| tree | ca3731dfb763dbb299fe0edb41fa019263b588a0 /apps/sleeptimer.c | |
| parent | 10fd7b6c3b3ed8bfd15ec1a6b67aaff3c4cf2a69 (diff) | |
| download | rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.zip rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.tar.gz rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.tar.bz2 rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.tar.xz | |
Only redraw the status line when info actually changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sleeptimer.c')
| -rw-r--r-- | apps/sleeptimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index bd9ccc3..fb7630a 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(); } |