meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 12 4ce476e64c59
--- 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();
+			}
+        }    
     }
 
 // ---------------------------------------------------------------------------