--- a/src/eric7/RemoteServerInterface/EricServerConnectionDialog.py Sat Feb 10 11:28:58 2024 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerConnectionDialog.py Sun Feb 11 18:35:44 2024 +0100 @@ -97,7 +97,7 @@ if self.nameEdit.isEnabled(): # connection profile mode name = self.nameEdit.text() - valid &= name == self.__originalName or name not in self.__profileNames + valid &= name == self.__originalName or name not in self.__profileNames self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(valid)