--- a/Debugger/DebugServer.py Fri Sep 03 18:53:24 2010 +0200 +++ b/Debugger/DebugServer.py Fri Sep 03 20:04:49 2010 +0200 @@ -571,7 +571,7 @@ self.trUtf8("""<p>A connection was attempted by the""" """ illegal host <b>{0}</b>. Accept this connection?</p>""")\ .format(peerAddress), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: sock.abort() return @@ -1273,4 +1273,4 @@ @return flag indicating a connection (boolean) """ - return self.debuggerInterface and self.debuggerInterface.isConnected() + return self.debuggerInterface and self.debuggerInterface.isConnected() \ No newline at end of file