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

jvergara
19.20.2007 0bce3ec87ff3b2d6dabf7c90174bd3953d7cd5c1
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java
@@ -295,6 +295,11 @@
    noSuffixLabel.setVisible(!display);
    labelGlue.setVisible(!display);
    scroll.setVisible(display);
    if (!display)
    {
      rbCreateNewSuffix.setSelected(true);
    }
    rbReplicate.setEnabled(display);
    checkEnablingState();
  }