OSDN Git Service

Welcome wizard: validate when install common checkbox changed. Do not merge.
authorRaphael <raphael@google.com>
Sat, 24 Sep 2011 05:20:51 +0000 (22:20 -0700)
committerRaphael Moll <raphael@google.com>
Sun, 25 Sep 2011 04:44:27 +0000 (21:44 -0700)
(cherry picked from commit 9e0c3a1110b123bd67befc1dd21a56c5f4bcd5ec)

Change-Id: I0e202549e7b8410bf4fe9c71e872cc3ad1d2fa30

eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/WelcomeWizardPage.java

index 59429de..21698e4 100644 (file)
@@ -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);