widgets/widgetapp/src/WidgetUiObserver.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 25 0ed94ceaa377
--- a/widgets/widgetapp/src/WidgetUiObserver.cpp	Thu Aug 27 07:44:59 2009 +0300
+++ b/widgets/widgetapp/src/WidgetUiObserver.cpp	Thu Sep 24 12:53:48 2009 +0300
@@ -184,22 +184,6 @@
             }
         }
     
-    if (iWindow->WindowManager().ActiveWindow() && 
-            iWindow->WindowManager().View()->CbaGroup()->IsVisible())
-        {
-        TBrCtlDefs::TBrCtlElementType elementtype =
-                      iWindow->WindowManager().ActiveWindow()->Engine()->FocusedElementType();
-        // Check if focused element type is editing type
-        if ((elementtype == TBrCtlDefs::EElementActivatedInputBox) ||
-                       (elementtype == TBrCtlDefs::EElementActivatedObjectBox))
-            {
-            iWindow->WindowManager().View()->UpdateStatusPane( ETrue );
-            }
-        else 
-            {
-            iWindow->WindowManager().View()->UpdateStatusPane( EFalse );
-            }        
-        }
     }
 
 // -----------------------------------------------------------------------------