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

jvergara
28.14.2009 66962c445640f43cf0b1a0bfef5afc9f05e511ac
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java
@@ -522,9 +522,10 @@
    if (!backupDirectoryInitialized &&
        (parentDirectory.getText().length() == 0))
    {
      final String path = new File(desc.getInstancePath(),
          org.opends.quicksetup.Installation.BACKUPS_PATH_RELATIVE).
          getAbsolutePath();
      final String path =
        org.opends.quicksetup.util.Utils.getPath(
            new File(desc.getInstancePath(),
                org.opends.quicksetup.Installation.BACKUPS_PATH_RELATIVE));
      SwingUtilities.invokeLater(new Runnable()
      {
        public void run()