--- a/videofeeds/hgvodui/src/vcxhgvodmainview.cpp Tue Jan 26 12:00:59 2010 +0200
+++ b/videofeeds/hgvodui/src/vcxhgvodmainview.cpp Tue Feb 02 00:12:10 2010 +0200
@@ -14,7 +14,7 @@
* Description: HG VOD Main view implementation*
*/
-// Version : %version: REL6_39 %
+// Version : %version: REL6_40 %
#include <aknview.h>
#include <aknViewAppUi.h>
@@ -298,6 +298,11 @@
iModel->HandleBack();
}
+ if ( iServiceList && iModel->VcAppState() == EStateBrowser )
+ {
+ iServiceList->CloseEmbeddedBrowser();
+ }
+
TBool consumed = iModel->HandleBack();
ChangeListViewL();