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