diff options
Diffstat (limited to 'src/net/java/sip/communicator/service/gui/CreateAccountWindow.java')
-rw-r--r-- | src/net/java/sip/communicator/service/gui/CreateAccountWindow.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/service/gui/CreateAccountWindow.java b/src/net/java/sip/communicator/service/gui/CreateAccountWindow.java index f972e0f..8dadbae 100644 --- a/src/net/java/sip/communicator/service/gui/CreateAccountWindow.java +++ b/src/net/java/sip/communicator/service/gui/CreateAccountWindow.java @@ -24,6 +24,9 @@ public interface CreateAccountWindow * Sets the selected wizard. * * @param wizard the wizard to select + * @param isCreatedForm indicates if the selected wizard should be opened + * in create account mode */ - public void setSelectedWizard(AccountRegistrationWizard wizard); + public void setSelectedWizard( AccountRegistrationWizard wizard, + boolean isCreateAccount); } |