ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 49 f291796e213d
parent 48 d0b4e67b3a60
child 58 383b67fbdb11
equal deleted inserted replaced
48:d0b4e67b3a60 49:f291796e213d
   145     CleanupStack::PopAndDestroy( context );
   145     CleanupStack::PopAndDestroy( context );
   146 
   146 
   147     return title;
   147     return title;
   148     }
   148     }
   149 
   149 
   150 void GlxCommandHandlerComment::HandleErrorL(TInt aErrorCode)
       
   151 	{
       
   152     if(aErrorCode == KErrAlreadyExists)
       
   153         {
       
   154         HbMessageBox::warning("Name Already Exist!!!", new HbLabel(
       
   155                 "Rename"));
       
   156         }
       
   157 	else{
       
   158 		GlxMpxCommandHandler::HandleErrorL(aErrorCode);
       
   159 		}	
       
   160 	}
       
   161 
   150