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:
parent
2f4f34b5b1
commit
e2ad7f32cd
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue