1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-06 15:55:47 +02:00

[fix] [175153] Additional fix on Linux host

This commit is contained in:
Uwe Stieber 2007-02-26 14:28:18 +00:00
parent 2f4f34b5b1
commit e2ad7f32cd

View file

@ -1049,8 +1049,7 @@ public class SystemConnectionForm implements Listener, IRSEUserIdConstants, Sele
final String hostName = textHostName.getText().trim(); final String hostName = textHostName.getText().trim();
// d43191 // d43191
if (connectionNameEmpty) if (connectionNameEmpty && contentsCreated) internalSetConnectionName(hostName);
internalSetConnectionName(hostName);
errorMessage = null; errorMessage = null;