From bd0551734d3cba72e6838a985a85c308318274ab Mon Sep 17 00:00:00 2001 From: rsuen Date: Thu, 18 Jan 2007 05:13:11 +0000 Subject: Don't let a user click the 'Finish' button when they've just opened up the wizard since there is no login information on the page in beginning. --- .../org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java | 1 + 1 file changed, 1 insertion(+) (limited to 'providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf') diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java b/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java index 614392566..9a797b684 100644 --- a/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java +++ b/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java @@ -30,6 +30,7 @@ final class IRCConnectWizardPage extends WizardPage { super(""); setTitle("IRC Connection Wizard"); setDescription("Specify a nickname and IRC server to connect to."); + setPageComplete(false); } public void createControl(Composite parent) { -- cgit v1.2.3