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)
commitd13a24dd158372ed2b7bacd4432ac416ff3f9f99
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent3184842503f708e3885fdd26fdb8b074cf33c031
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