videofeeds/hgvodui/src/vcxhgvodcontentlistimpl.cpp
changeset 2 dec420019252
parent 0 96612d01cf9f
--- 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 );
             }
-        
         }
     }