mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
18.35.2007 2e1ea8ce8a0c778ca690928318c171798573e175
hide progress bar after finished with error
1 files modified
2 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java
@@ -176,7 +176,7 @@
    String summaryText = UIFactory.applyFontToHtml(descriptor
        .getProgressBarMsg(), UIFactory.PROGRESS_FONT);
    if (status.isLast() && !status.isError()) {
    if (status.isLast()) {
      progressBar.setVisible(false);
      if (!status.isError()) {
        summaryText = "<form>"+summaryText+"</form>";