homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamestate.cpp
changeset 77 4b195f3bea29
parent 60 30f14686fb04
child 81 7dd137878ff8
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamestate.cpp	Tue Jul 06 14:06:53 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hscollectionnamestate.cpp	Wed Aug 18 09:40:07 2010 +0300
@@ -111,7 +111,7 @@
 void HsCollectionNameState::dialogFinished(HbAction* finishedAction)
 {
     if (finishedAction == mCollectionNameDialog->actions().value(0)) {
-        QString newName(mCollectionNameDialog->newName(mCollectionNameDialog->value().toString(), true));
+        QString newName(mCollectionNameDialog->uniqueCollectionName());
         if (mItemId) {
             if (newName != HsMenuService::getName(mItemId)) {
                 HsMenuService::renameCollection(mItemId, newName);