am a73e4f9a: Merge change I7f60270f into eclair

Merge commit 'a73e4f9af7cafc9db6331ab0522c27bf75b2c3b2' into eclair-plus-aosp

* commit 'a73e4f9af7cafc9db6331ab0522c27bf75b2c3b2':
  ADT/GEL: Reenable config popup when switching from a device with only 1 config
This commit is contained in:
Xavier Ducrohet
2009-10-26 14:25:34 -07:00
committed by Android Git Automerger

View File

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