Closes completely the master password dialog when finished instead of just hiding it.

cusax-fix
Yana Stamcheva 14 years ago
parent fd1244be36
commit 89477e2652

@ -199,7 +199,7 @@ public void actionPerformed(ActionEvent e)
currentPasswdField.getPassword());
}
// hide dialog and unblock application
dialog.setVisible(false);
dialog.dispose();
}
/**

Loading…
Cancel
Save