mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[149281] New Connection Wizard: No error displayed when connection name already exists
This commit is contained in:
parent
57d588d83d
commit
7b3681e976
1 changed files with 1 additions and 0 deletions
|
@ -765,6 +765,7 @@ public class SystemConnectionForm
|
|||
new ModifyListener() {
|
||||
public void modifyText(ModifyEvent e) {
|
||||
validateHostNameInput();
|
||||
validateConnectionNameInput(false);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue