From 1a1abf25f43e33dfa7d421d6c43f283763226dbd Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 20 Nov 2005 01:02:14 +0000 Subject: removed old statusbar and buttonbar code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657 --- apps/sleeptimer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/sleeptimer.c') diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index 4e6ca5313e..982cbe621a 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -28,7 +28,7 @@ #include "settings.h" #include "power.h" #include "powermgmt.h" -#include "status.h" +#include "statusbar.h" #include "debug.h" #include "talk.h" #include "icons.h" @@ -155,7 +155,7 @@ bool sleeptimer_screen(void) } } - status_draw(true); + gui_syncstatusbar_draw(&statusbars, true); lcd_update(); } -- cgit v1.2.3