diff -r 04aa446da81c -r e4d7a31227b8 fmradio/fmradio/src/fmradioappui.cpp --- a/fmradio/fmradio/src/fmradioappui.cpp Mon Jun 21 15:40:50 2010 +0300 +++ b/fmradio/fmradio/src/fmradioappui.cpp Thu Jul 15 18:39:19 2010 +0300 @@ -953,7 +953,7 @@ // Restores all resources that were released with a call to Release(). // After this the Hitchcock user interface should be in the same state // in terms of resources as it was prior to the Release() call. - //iAlfEnv->RestoreL(); + iAlfEnv->RestoreL(); // Check if offline profile is activated after/when playing e.g. music player. // In that case we didn't show the offline query as global, so we need @@ -998,7 +998,7 @@ else { // Releases as many resources of the Hitchcock as possible. - //iAlfEnv->Release( ETrue ); + iAlfEnv->Release(); } } @@ -2345,7 +2345,7 @@ region != EFMRadioRegionNone ) { iAudioLost = EFalse; - iRadioEngine->InitializeRadio(); + TurnRadioOn(); } }