From 2c836341edfc7336a4792f8085d00bf9c8fd7b47 Mon Sep 17 00:00:00 2001 From: Anton Oleynikov Date: Sat, 19 Nov 2005 20:45:32 +0000 Subject: new icons for radio status git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8002 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/status.c') diff --git a/apps/status.c b/apps/status.c index 6a7c6a423d..00f8c5e1fe 100644 --- a/apps/status.c +++ b/apps/status.c @@ -126,10 +126,10 @@ int current_playmode(void) audio_stat = get_radio_status(); if(audio_stat == FMRADIO_PLAYING) - return STATUS_PLAY; + return STATUS_RADIO; if(audio_stat == FMRADIO_PAUSED) - return STATUS_PAUSE; + return STATUS_RADIO_PAUSE; #endif return STATUS_STOP; -- cgit v1.2.3