diff -r d0b4e67b3a60 -r f291796e213d ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Wed Jun 23 18:12:48 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Tue Jul 06 14:16:16 2010 +0300 @@ -147,15 +147,4 @@ return title; } -void GlxCommandHandlerComment::HandleErrorL(TInt aErrorCode) - { - if(aErrorCode == KErrAlreadyExists) - { - HbMessageBox::warning("Name Already Exist!!!", new HbLabel( - "Rename")); - } - else{ - GlxMpxCommandHandler::HandleErrorL(aErrorCode); - } - }