Project

General

Profile

« Previous | Next » 

Revision 6410237a

Added by Andreas Kohlbecker about 10 years ago

taxeditor part of fix for #4121 (Changing password does not work)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/EditPasswordElement.java
66 66
	 */
67 67
	@Override
68 68
	public void widgetSelected(SelectionEvent e) {
69
		PasswordWizard wizard = new PasswordWizard(conversation, user);
69
		PasswordWizard wizard = new PasswordWizard(user, conversation);
70 70
		WizardDialog dialog = new WizardDialog(getLayoutComposite().getShell(), wizard);
71 71
		
72 72
		dialog.open();

Also available in: Unified diff