Change the order of the settings so as to match the order in which they are requested. This causes the error message to mention the setting that the user aborted on, instead of some random later setting.
git-svn-id: svn://10.0.0.236/trunk@107852 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
30f7d9e23f
commit
3a9a356b60
@ -151,7 +151,7 @@ sub propertyGetUndefined {
|
||||
|
||||
sub settings {
|
||||
# if you change this, check out setupConfigure to make sure it is still up to date
|
||||
return qw(type name host port username password);
|
||||
return qw(host port type name username password);
|
||||
}
|
||||
|
||||
sub setupConfigure {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user