changeset 49 | 00c7ae862740 |
parent 43 | 99bcbff212ad |
child 57 | ae34e1715e21 |
--- a/emailuis/nmindicatorplugin/src/nmsendingindicator.cpp Tue Jun 29 17:12:28 2010 +0300 +++ b/emailuis/nmindicatorplugin/src/nmsendingindicator.cpp Fri Jul 02 15:55:16 2010 +0300 @@ -49,7 +49,7 @@ */ QVariant NmSendingIndicator::indicatorData(int role) const { - if (role==MonoDecorationNameRole) { + if (role==DecorationNameRole) { // Must return non-empty to make the indicator visible return " "; }