From 21ad54153fcbf8ad94c9aaddc0aca667e8646087 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 06 Oct 2009 13:20:00 +0000
Subject: [PATCH] Fix for issue 4259 (Add the new import-ldif options to the control panel) Add the option to specify the number of threads to be used for the import and the option to do the DN check later in the import LDIF process.

---
 opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java
index 4d901ae..c7e35c4 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2009 Sun Microsystems, Inc.
  */
 
 package org.opends.guitools.controlpanel.ui;
@@ -235,7 +235,6 @@
         lInclusionFilter.setVisible(expander.isSelected());
         inclusionFilter.setVisible(expander.isSelected());
         expanderStateChanged(expander, extraComponentLabels, extraComponents);
-        packParentDialog();
       }
     };
     expander.addChangeListener(changeListener);

--
Gitblit v1.10.0