mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05: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();
|
||||
|
||||
// d43191
|
||||
if (connectionNameEmpty)
|
||||
internalSetConnectionName(hostName);
|
||||
if (connectionNameEmpty && contentsCreated) internalSetConnectionName(hostName);
|
||||
|
||||
errorMessage = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue