exceptions in prov.register() leave status icon blinking - fixed

cusax-fix
Yana Stamcheva 20 years ago
parent 3d99fcbe4d
commit 41cbd8188e

@ -462,6 +462,8 @@ else if (errorCode == OperationFailedException
protocolProvider.getAccountID()
.getAccountAddress()).getText(),
Messages.getI18NString("error").getText()).showDialog();
mainFrame.getStatusPanel().updateStatus(protocolProvider);
}
}
}

Loading…
Cancel
Save