# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1274953545 -10800 # Node ID 1c5fe9af5d3992bb493303559f39ef055e6dec40 # Parent 0de9fa4800b772ca381d6424870d44af786efb8b Revision: 201019 Kit: 2010121 diff -r 0de9fa4800b7 -r 1c5fe9af5d39 stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp --- a/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp Fri May 14 15:42:45 2010 +0300 +++ b/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp Thu May 27 12:45:45 2010 +0300 @@ -369,7 +369,7 @@ QStandardItem* item = new QStandardItem(); HbIcon icon(settings.mMenustripDefaultIcon.absoluteFilePath()); - item->setBackground(QBrush(Qt::lightGray)); +// item->setBackground(QBrush(Qt::lightGray)); item->setData(icon, Qt::DecorationRole); QStringList data; diff -r 0de9fa4800b7 -r 1c5fe9af5d39 stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp --- a/stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp Fri May 14 15:42:45 2010 +0300 +++ b/stateproviders/ftustateprovider/src/ftuwizardmenustate.cpp Thu May 27 12:45:45 2010 +0300 @@ -196,7 +196,7 @@ data << updatedAsString(date); } - newItem->setBackground(QBrush(Qt::lightGray)); + //newItem->setBackground(QBrush(Qt::lightGray)); newItem->setData(icon, Qt::DecorationRole); newItem->setData(QVariant(data), Qt::DisplayRole);