phoneplugins/phoneindicatorplugin/src/phoneindicatorinterface.cpp
changeset 78 baacf668fe89
parent 50 377c906a8701
--- a/phoneplugins/phoneindicatorplugin/src/phoneindicatorinterface.cpp	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneplugins/phoneindicatorplugin/src/phoneindicatorinterface.cpp	Fri Oct 15 12:58:46 2010 +0300
@@ -27,7 +27,7 @@
                 const QString &indicatorType,
                 int typeIndex,
                 Interaction interaction) :
-        HbIndicatorInterface( indicatorType, HbIndicatorInterface::NotificationCategory,
+        HbIndicatorInterface( indicatorType, IndicatorInfos[typeIndex].catecory,
         (interaction == InteractionNone) ? NoInteraction : InteractionActivated),
         m_typeIndex(typeIndex),
         m_interaction(interaction),