Merge change I7f60270f into eclair

* changes:
  ADT/GEL: Reenable config popup when switching from a device with only 1 config
This commit is contained in:
Android (Google) Code Review
2009-10-26 17:16:46 -04:00

View File

@@ -628,10 +628,7 @@ public class ConfigurationComposite extends Composite {
}
mDeviceConfigs.select(0);
if (configNames.size() == 1) {
mDeviceConfigs.setEnabled(false);
}
mDeviceConfigs.setEnabled(configNames.size() > 1);
}
if (recomputeLayout) {
onDeviceConfigChange();