ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 45 863223ea6961
parent 44 aa2fa096cbfb
child 58 383b67fbdb11
equal deleted inserted replaced
44:aa2fa096cbfb 45:863223ea6961
   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