From: Raphael Date: Sat, 24 Sep 2011 05:20:51 +0000 (-0700) Subject: Welcome wizard: validate when install common checkbox changed. Do not merge. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a2091e03;p=android-x86%2Fsdk.git Welcome wizard: validate when install common checkbox changed. Do not merge. (cherry picked from commit 9e0c3a1110b123bd67befc1dd21a56c5f4bcd5ec) Change-Id: I0e202549e7b8410bf4fe9c71e872cc3ad1d2fa30 --- diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/WelcomeWizardPage.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/WelcomeWizardPage.java index 59429dea7..21698e48b 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/WelcomeWizardPage.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/WelcomeWizardPage.java @@ -98,6 +98,7 @@ public class WelcomeWizardPage extends WizardPage implements ModifyListener, Sel mInstallCommonCheckbox.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1)); mInstallCommonCheckbox.setText("Install Android 2.1, a version which is supported by ~97% phones and tablets"); + mInstallCommonCheckbox.addSelectionListener(this); new Label(container, SWT.NONE); Label addHintLabel = new Label(container, SWT.NONE);