--- 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);
}
}