--- a/sipplugins/sippsipsettingsui/src/sipsettlistsipprofsetview.cpp Tue Feb 02 01:03:15 2010 +0200
+++ b/sipplugins/sippsipsettingsui/src/sipsettlistsipprofsetview.cpp Fri Apr 16 15:18:54 2010 +0300
@@ -24,7 +24,7 @@
#include <akntitle.h>
#include <hlplch.h>
#include <featmgr.h>
-#include <stringloader.h>
+#include <StringLoader.h>
#include "sipsettlistsipprofsetview.h"
#include "sipsettlistsipprofsetcontainer.h"
#include "sipsettlistsipprofsetmodel.h"
@@ -292,7 +292,7 @@
if( aResourceId == R_GS_SIP_PROFILE_SETTING_VIEW_MENU )
{
// iView might be NULL
- if( iView && iView->IfPointerEvent() )
+ if( iView )
{
aMenuPane->SetItemDimmed( EGSCmdAppChange, ETrue );
}