am 1bba62b3: am a73e4f9a: Merge change I7f60270f into eclair

Merge commit '1bba62b3cba57906bcddd9868e67aa1ef2d150d3' into eclair-mr2-plus-aosp

* commit '1bba62b3cba57906bcddd9868e67aa1ef2d150d3':
  ADT/GEL: Reenable config popup when switching from a device with only 1 config
This commit is contained in:
Xavier Ducrohet
2009-10-28 10:41:55 -07:00
committed by Android Git Automerger

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();