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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user