widgets/widgetapp/src/WidgetUiWindowContainer.cpp
changeset 10 a359256acfc6
parent 1 7c90e6132015
child 11 c8a366e56285
--- a/widgets/widgetapp/src/WidgetUiWindowContainer.cpp	Fri Jul 03 15:54:40 2009 +0100
+++ b/widgets/widgetapp/src/WidgetUiWindowContainer.cpp	Thu Aug 27 07:44:59 2009 +0300
@@ -316,7 +316,7 @@
                     if ( iWindowManager.ActiveWindow() &&
           			        iWindowManager.View()->CbaGroup()->IsVisible() )
                         {
-                        iWindowManager.View()->ShowActivatedObject(ETrue, showStausPane);
+                        iWindowManager.View()->UpdateStatusPane(ETrue);
                         editing = ETrue;
                         }
                     }
@@ -333,7 +333,7 @@
             (Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedInputBox  &&
              Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedObjectBox  ))
             {
-            iWindowManager.View()->ShowActivatedObject(EFalse);
+            iWindowManager.View()->UpdateStatusPane(EFalse);
             }
 
         }