changeset 54 | 997a02608b3a |
parent 53 | bf7eb7911fc5 |
child 57 | ae34e1715e21 |
--- a/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp Wed Jun 23 18:00:21 2010 +0300 +++ b/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp Tue Jul 06 14:04:34 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 " "; }