1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

[149281] New Connection Wizard: No error displayed when connection name already exists

This commit is contained in:
Kushal Munir 2006-12-12 10:38:06 +00:00
parent 57d588d83d
commit 7b3681e976

View file

@ -765,6 +765,7 @@ public class SystemConnectionForm
new ModifyListener() { new ModifyListener() {
public void modifyText(ModifyEvent e) { public void modifyText(ModifyEvent e) {
validateHostNameInput(); validateHostNameInput();
validateConnectionNameInput(false);
} }
} }
); );