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

jvergara
16.27.2009 d441f750a60beeafecb7795c59ca73927cbc8ea7
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java
@@ -617,7 +617,8 @@
    if (errors.isEmpty())
    {
      ProgressDialog progressDialog = new ProgressDialog(
          Utilities.getParentDialog(this), getTitle(), getInfo());
          Utilities.createFrame(), Utilities.getParentDialog(this), getTitle(),
          getInfo());
      NewBaseDNTask newTask = new NewBaseDNTask(getInfo(), progressDialog);
      for (Task task : getInfo().getTasks())
      {