OSDN Git Service

AI 146634: am: CL 146631 ADT #1793333: fix Widget disposed in SdkTargetSelector.
authorRaphael Moll <>
Thu, 16 Apr 2009 23:02:29 +0000 (16:02 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 16 Apr 2009 23:02:29 +0000 (16:02 -0700)
commit06803ce63dc7e19872d7a39c70dd6a100aa1235d
tree4f3831acc0fc75c0054385057621d5c71eba549a
parent568b71576e0bf2cafb3037ac7ecb531f86cb1734
AI 146634: am: CL 146631 ADT #1793333: fix Widget disposed in SdkTargetSelector.
  This happens when you open the Windows > Prefs > Android panel
  while an SDK is initially loading or when you change the
  SDK in the pref panel. The target change listener was not
  properly removed since the field was not properly disposed.
  This also removed the multiple selection handling in the
  SdkTargetSelector, which we never use. In the unlikely event
  we want to use it later, it would be trivial to add it back.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 146634
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/preferences/AndroidPreferencePage.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/properties/AndroidPropertyPage.java
tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/wizards/newproject/NewProjectCreationPage.java
tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/SdkTargetSelector.java