--- a/logsui/AppSrc/CLogsAppUi.cpp Wed Sep 15 11:56:55 2010 +0300
+++ b/logsui/AppSrc/CLogsAppUi.cpp Wed Oct 13 14:15:33 2010 +0300
@@ -30,7 +30,7 @@
#include <gsplugininterface.h>
#include <hlplch.h>
#include <LogsUiCmdStarterConsts.h>
-#include <logs.rsg>
+#include <Logs.rsg>
//+ __GFXTRANS__
// Transition effects
@@ -1211,13 +1211,5 @@
return 0;
}
- // If Logs is background,returns is True,otherwise False.
- TBool CLogsAppUi::IsBackground() const
- {
- CCoeEnv * env = CCoeEnv::Static();
- TInt ordinal = env->RootWin().OrdinalPosition();
- return ordinal != 0;
- }
-
// End of File