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

jvergara
17.02.2008 6ba68335869125edfab5ebc453994d77ee93516c
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
@@ -110,7 +110,7 @@
   */
  public void configurationChanged(ConfigurationChangeEvent ev)
  {
    if (updateLayout(ev))
    if (updateLayout(ev.getNewDescriptor()))
    {
      updateErrorPaneAndOKButtonIfAuthRequired(ev.getNewDescriptor(),
          INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV.get());
@@ -118,6 +118,16 @@
  }
  /**
   * Updates the contents of the panel with the provided backend.
   * @param backend the backend where the index will be created.
   */
  public void update(BackendDescriptor backend)
  {
    updateBaseDNCombo(backend);
    backendName.setText(backend.getBackendID());
  }
  /**
   * {@inheritDoc}
   */
  public void okClicked()