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

jvergara
18.31.2008 acf0f83dbf02429511bee27d63b7789f1f85adcd
Fix for issue 3611 (control panel : exception raised when refreshing backups dir)

Notify the listeners by calling fireTableDataChanged when the model is updated.
1 files modified
2 ■■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java 2 ●●●●● patch | view | raw | blame | history
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)
          {