aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/gibberishaccregwizz
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/plugin/gibberishaccregwizz')
-rw-r--r--src/net/java/sip/communicator/plugin/gibberishaccregwizz/GibberishAccountRegistrationWizard.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/GibberishAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/GibberishAccountRegistrationWizard.java
index 53e3f9e..b2f2ef2 100644
--- a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/GibberishAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/GibberishAccountRegistrationWizard.java
@@ -273,4 +273,15 @@ public class GibberishAccountRegistrationWizard
return firstWizardPage.getIdentifier();
}
+ /**
+ * Sets the modification property to indicate if this wizard is opened for
+ * a modification.
+ *
+ * @param isModification indicates if this wizard is opened for modification
+ * or for creating a new account.
+ */
+ public void setModification(boolean isModification)
+ {
+ this.isModification = isModification;
+ }
}