NSE_44363
authorrashmi udaya <rashmi.uday@samsung.com>
Tue, 2 Jul 2013 09:34:10 +0000 (15:04 +0530)
committerrashmi udaya <rashmi.uday@samsung.com>
Tue, 2 Jul 2013 09:34:10 +0000 (15:04 +0530)
Change-Id: I079287952ad0e04bf4f49fc2448c093efb1a2507

src/GlAlbumNameEditorForm.cpp

index 0fbfb5e..14b84f5 100644 (file)
@@ -313,6 +313,7 @@ AlbumNameEditorForm::OnRenameAlbum(String& strOri)
                        {
                                __pMessageBox->Construct(L"", ResourceManager::GetString(L"IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB"),
                                                          MSGBOX_STYLE_NONE, 3000);
+
                        }
                        else
                        {
@@ -325,6 +326,8 @@ AlbumNameEditorForm::OnRenameAlbum(String& strOri)
                        _overlayMsg = false;
                        delete __pMessageBox;
                        __pMessageBox = null;
+                       __pNameEditField->SetEnabled(true);
+                       __pNameEditField->ShowKeypad();
                }
        }
        else