StatusBarCommandGroup.setErrorMessage(String) sets the Message instead of the ErrorMessage
------------------------------------------------------------------------------------------
Key: RCP-259
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-259
Project: Spring Framework Rich Client Project
Type: Bug
Components: Application Framework
Reporter: Markus Rogg
Assigned to: Oliver Hutchison
Priority: Trivial
The Method setErrorMessage(String) in the class StatusBarCommandGroup calls getStatusBar().setMessage(message) instead of getStatusBar().setErrorMessage(message) .
The method setErrorMessage(ImageIcon, String) calls the right method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|