diff -r ebfee66fde93 -r 84197e66a4bd messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp --- a/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Fri Jun 04 10:25:39 2010 +0100 +++ b/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Fri Jun 11 13:35:48 2010 +0300 @@ -41,7 +41,7 @@ #define LOC_FAILED_MULTIPLE_MESSAGES hbTrId("Failed Messages") #define LOC_OUTGOING_SINGLE_MESSAGE hbTrId("Outgoing Message") #define LOC_OUTGOING_MULTIPLE_MESSAGES hbTrId("Outgoing Messages") - +#define STATUS_MONO_NEW_MESSAGE QString("qtg_status_new_message") /** * The number of indicators. */ @@ -170,7 +170,7 @@ case MonoDecorationNameRole: { if (NewIndicatorPlugin == mIndicatorType) { - return IndicatorInfo[mIndicatorType].icon; + return STATUS_MONO_NEW_MESSAGE; } else { // Don't show status-bar icons for indications other