Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin

This commit is contained in:
Jack Ha 2016-09-13 09:50:16 +02:00
commit 665ea9b222

View File

@ -246,6 +246,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
@pyqtSlot()
def requestAuthentication(self, message_id, action_id):
if action_id == "Request" or action_id == "Retry":
self._authentication_failed_message.hide()
self._not_authenticated_message.hide()
self._authentication_state = AuthState.NotAuthenticated