Project

General

Profile

« Previous | Next » 

Revision 5ba870c3

Added by Katja Luther over 9 years ago

fixing #2547

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/PasswordWizard.java
76 76
		    internalConversation.close();
77 77
			return true;
78 78
		}catch(Exception e){
79
			MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e);
79
			MessagingUtils.warningDialog("Could not change password", this, "The old password is not correct.");
80
			//MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e);
80 81
			return false;
81 82
		}finally{
82 83
		    if(conversation != null){

Also available in: Unified diff