diff -r 6711b85517b7 -r dec420019252 videofeeds/hgvodui/src/vcxhgvodcontentlistimpl.cpp --- a/videofeeds/hgvodui/src/vcxhgvodcontentlistimpl.cpp Tue Jan 26 12:00:59 2010 +0200 +++ b/videofeeds/hgvodui/src/vcxhgvodcontentlistimpl.cpp Tue Feb 02 00:12:10 2010 +0200 @@ -563,10 +563,10 @@ if( aSelected >= 0 && aSelected < contents.Count() ) { + iModel.SetVcAppState( EStateBrowser ); + OpenEmbeddedBrowserL( ( contents[aSelected] )->GetBrowserUrl() ); - iModel.SetVcAppState( EStateBrowser ); } - } }