mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
does this even do anything?
This commit is contained in:
parent
e7d32197b9
commit
2f301cfb7e
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ class OTPClientRepository(ClientRepositoryBase):
|
|||
dialogClass = OTPGlobals.getGlobalDialogClass()
|
||||
self.failedToConnectBox = dialogClass(message=OTPLocalizer.CRNoConnectTryAgain % (url.getServer(), url.getPort()), doneEvent='failedToConnectAck', text_wordwrap=18, style=OTPDialog.TwoChoice)
|
||||
self.failedToConnectBox.show()
|
||||
self.notify.info(message)
|
||||
self.accept('failedToConnectAck', self.__handleFailedToConnectAck)
|
||||
|
||||
@report(types=['args', 'deltaStamp'], dConfigParam='teleport')
|
||||
|
|
Loading…
Reference in a new issue