diff -r ecc8def7944a -r 2dc6caa42ec3 emailuis/nmindicatorplugin/src/nmindicatorplugin.cpp --- a/emailuis/nmindicatorplugin/src/nmindicatorplugin.cpp Mon May 03 12:23:15 2010 +0300 +++ b/emailuis/nmindicatorplugin/src/nmindicatorplugin.cpp Fri May 14 15:41:10 2010 +0300 @@ -29,6 +29,7 @@ Q_EXPORT_PLUGIN(NmIndicatorPlugin) const int NmMaxIndicatorCount = 10; +static const QString emailServiceNameMailbox = "nmail.com.nokia.symbian.IEmailInboxView"; /*! \class NmIndicatorPlugin @@ -66,11 +67,11 @@ } /*! - Check if client is allowed to use notification widget - see HbIndicatorPluginInterface + Check if client is allowed to use notification widget + see HbIndicatorPluginInterface */ bool NmIndicatorPlugin::accessAllowed(const QString &indicatorType, - const HbSecurityInfo *securityInfo) const + const QVariantMap &securityInfo) const { Q_UNUSED(indicatorType) Q_UNUSED(securityInfo) @@ -80,6 +81,7 @@ return true; } + /*! Called when any of the indicator receive updated status of the global status */ @@ -175,7 +177,7 @@ { NMLOG("NmIndicatorPlugin::showMailbox"); XQServiceRequest request( - emailInterfaceNameMailbox, + emailServiceNameMailbox, emailOperationViewInbox, true);