diff -r 6b911d05207e -r bc5a64e5bc3c phoneplugins/phoneindicatorplugin/inc/phoneindicators.h --- a/phoneplugins/phoneindicatorplugin/inc/phoneindicators.h Wed Jun 23 18:12:20 2010 +0300 +++ b/phoneplugins/phoneindicatorplugin/inc/phoneindicators.h Tue Jul 06 14:15:47 2010 +0300 @@ -23,13 +23,13 @@ #include -static const char *IndicatorNameTemplate = "PhoneIndicator_%1"; +static const char *IndicatorNameTemplate = "com.nokia.symbian.phoneindicatorplugin_%1"; enum Interaction { InteractionNone, OpenMissedCallView, - SwitchBackToCall, + OpenCallUi, OpenDiverSettingsView, Deactivate }; @@ -58,8 +58,8 @@ static const int PhoneIndicatorCount = 3; static const PhoneIndicatorInfo IndicatorInfos[PhoneIndicatorCount] = { {"qtg_mono_info.svg", "Missed call", "Name/Number", OpenMissedCallView }, - {"qtg_mono_info.svg", "Active call", " ", SwitchBackToCall }, - {"qtg_mono_info.svg", "Active diverts", " ", OpenDiverSettingsView } + {"qtg_mono_info.svg", "Active call", " ", OpenCallUi }, + {"qtg_mono_info.svg", "Active diverts", " ", OpenDiverSettingsView } }; #endif // PHONEINDICATORS_H