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

jvergara
17.36.2008 7be26b55d59f367295320ba1e9f7e48a3ab7e47a
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
@@ -579,6 +579,13 @@
        saveChanges.setEnabled(false);
        dlg.setVisible(true);
      }
      else if (errors.size() == 0)
      {
        // Mark the panel as it has no changes.  This can happen because every
        // time the user types something the saveChanges button is enabled
        // (for performance reasons with huge entries).
        saveChanges.setEnabled(false);
      }
    }
    catch (OpenDsException ode)
    {