--- a/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp Thu Dec 17 08:39:21 2009 +0200
+++ b/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp Thu Jan 07 12:38:38 2010 +0200
@@ -330,16 +330,17 @@
if ( iRichTextViewer )
{
iRichTextViewer->SetFocus( aFocus );
- }
- if ( aFocus )
- {
- SetMiddleSoftKeyVisible( ETrue );
- }
- else
- {
- //need to tell action menu that focus has changed
- iRichTextViewer->ResetActionMenuL();
- }
+
+ if ( aFocus )
+ {
+ SetMiddleSoftKeyVisible( ETrue );
+ }
+ else
+ {
+ //need to tell action menu that focus has changed
+ iRichTextViewer->ResetActionMenuL();
+ }
+ }
}
// ---------------------------------------------------------------------------