diff -r 075425b8d9a4 -r 189d20c34778 radioapp/radioapplication/src/radioapplication.cpp --- a/radioapp/radioapplication/src/radioapplication.cpp Fri Jun 11 13:38:32 2010 +0300 +++ b/radioapp/radioapplication/src/radioapplication.cpp Wed Jun 23 18:12:57 2010 +0300 @@ -45,7 +45,7 @@ * Constructor */ RadioApplication::RadioApplication( int &argc, char *argv[] ) : - HbApplication( argc, argv ) + HbApplication( argc, argv, Hb::NoSplash ) { // Initializes the radio engine utils if UI logs are entered into the engine log INIT_COMBINED_LOGGER @@ -67,7 +67,7 @@ } /*! - *Private slot + * Private slot * */ void RadioApplication::init()