commands/fed/src/mainfshell.cpp
changeset 78 b3ffff030d5c
parent 0 7f656887cf89
--- a/commands/fed/src/mainfshell.cpp	Tue Oct 26 15:36:30 2010 +0100
+++ b/commands/fed/src/mainfshell.cpp	Thu Oct 28 16:54:54 2010 +0100
@@ -112,12 +112,9 @@
 	iFed->StartL(argsBuf);
 	}
 
-void CCmdFed::StdinChange(TUint aChange)
+void CCmdFed::StdinChange(TUint /*aChange*/)
 	{
-	if (aChange & RIoReadHandle::EGainedForeground)
-		{
-		iFed->RedrawEverythingL();
-		}
+	iFed->RedrawEverythingL();
 	}
 
 void AssertionFail(const char* aAssertion, const char* aFile, TInt aLine)