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

jvergara
18.31.2008 acf0f83dbf02429511bee27d63b7789f1f85adcd
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java
@@ -420,6 +420,7 @@
          }
          else
          {
            model.fireTableDataChanged();
            lRefreshingList.setText(NO_BACKUPS_FOUND.toString());
          }
          errorPane.setVisible(false);
@@ -430,6 +431,7 @@
        }
        else
        {
          model.fireTableDataChanged();
          boolean displayError = true;
          if (t instanceof OpenDsException)
          {