Fixed issue 40979
[apps/osp/Gallery.git] / src / GlAlbumNameEditorForm.cpp
index d0c97cb..0b83a34 100644 (file)
@@ -441,6 +441,8 @@ AlbumNameEditorForm::OnActionPerformed(const Control& source, int actionId)
        {
        case IDA_BUTTON_CREATE_NAME_SAVE:
        {
+               __pNameEditField->SetEnabled(false);
+
                if (__albumNameEditorMode == ALBUM_NAME_EDITOR_MODE_CREATE)
                {
                        OnCreateAlbum();