menucontentsrv/srvsrc/mcsrunningappswgmonitor.cpp
branchRCL_3
changeset 8 d0529222e3f0
parent 1 844b978f8d5e
--- a/menucontentsrv/srvsrc/mcsrunningappswgmonitor.cpp	Tue Feb 02 00:23:10 2010 +0200
+++ b/menucontentsrv/srvsrc/mcsrunningappswgmonitor.cpp	Fri Feb 19 23:07:29 2010 +0200
@@ -24,6 +24,9 @@
 #include "mcsrunningappshandler.h"
 #include "menueng.h"
 
+const TInt KWindowGroupPosition = -1;
+const TInt KWindowGroupPriority = -1;
+
 // ---------------------------------------------------------
 // CMcsRunningAppsWgMonitor::NewL
 // ---------------------------------------------------------
@@ -91,9 +94,8 @@
     iWg.DisableModifierChangedEvents();
     iWg.DisableOnEvents();
     iWg.DisableScreenChangeEvents();
-
+    iWg.SetOrdinalPosition( KWindowGroupPosition, KWindowGroupPriority );
     User::LeaveIfError( iWg.EnableGroupListChangeEvents() );    
-    
     //it makes the soft keys working
     iWg.EnableReceiptOfFocus( EFalse );