aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java')
-rw-r--r--src/net/java/sip/communicator/plugin/jabberaccregwizz/AccountPanel.java18
-rw-r--r--src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationForm.java2
2 files changed, 10 insertions, 10 deletions
diff --git a/src/net/java/sip/communicator/plugin/jabberaccregwizz/AccountPanel.java b/src/net/java/sip/communicator/plugin/jabberaccregwizz/AccountPanel.java
index 2d66b45..0467033 100644
--- a/src/net/java/sip/communicator/plugin/jabberaccregwizz/AccountPanel.java
+++ b/src/net/java/sip/communicator/plugin/jabberaccregwizz/AccountPanel.java
@@ -439,15 +439,15 @@ public class AccountPanel
mainPanel.setLayout(new BoxLayout(mainPanel, BoxLayout.Y_AXIS));
mainPanel.add(userIDPassPanel);
- mainPanel.add(Box.createVerticalStrut(10));
-
- if (registerPanel.getComponentCount() > 0)
- {
- registerPanel.setBorder(
- BorderFactory.createTitledBorder(""));
-
- mainPanel.add(registerPanel);
- }
+// mainPanel.add(Box.createVerticalStrut(10));
+//
+// if (registerPanel.getComponentCount() > 0)
+// {
+// registerPanel.setBorder(
+// BorderFactory.createTitledBorder(""));
+//
+// mainPanel.add(registerPanel);
+// }
}
}
else
diff --git a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationForm.java b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationForm.java
index 912f8ba..c9dbc9e 100644
--- a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationForm.java
+++ b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationForm.java
@@ -535,7 +535,7 @@ public class JabberAccountRegistrationForm
*/
public JabberAccountCreationFormService getCreateAccountService()
{
- return wizard.getCreateAccountService();
+ return null; //wizard.getCreateAccountService();
}
/**