In the SIP create account form do not clear new account data if the user clicks again on the radio button.

cusax-fix
Yana Stamcheva 15 years ago
parent 88385fe89d
commit b2fdecc608

@ -346,8 +346,6 @@ public void stateChanged(ChangeEvent e)
if (createAccountButton.isSelected())
{
mainPanel.remove(uinPassPanel);
// clear the pannel before add
regform.getCreateAccountService().clear();
mainPanel.add(registrationForm, BorderLayout.CENTER);
SwingUtilities.getWindowAncestor(AccountPanel.this).pack();
}

Loading…
Cancel
Save