Merge pull request #3240 from Akarshit/bugfix-contriStatus

The error message in Contribution Manager is set to null on hitting retry
This commit is contained in:
Ben Fry
2015-05-05 16:09:26 -04:00
@@ -161,6 +161,9 @@ public class ContributionManagerDialog {
@Override
public void actionPerformed(ActionEvent arg0) {
// The message is set to null so that every time the retry button is hit
// no previous error is displayed in the status
status.setMessage(null);
downloadAndUpdateContributionListing();
}
});