You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/01/10 10:07:28 UTC

svn commit: r733248 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: CHANGES.txt src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java

Author: hibou
Date: Sat Jan 10 01:07:28 2009
New Revision: 733248

URL: http://svn.apache.org/viewvc?rev=733248&view=rev
Log:
IVYDE-155:
 - initialize the 'enability' of the retrieve composite

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt?rev=733248&r1=733247&r2=733248&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/CHANGES.txt Sat Jan 10 01:07:28 2009
@@ -22,6 +22,7 @@
 - FIX: The decorators can throw a NPE at startup (IVYDE-133)
 - FIX: Changing any setting for the classpath container loses the "exported" setting of the classpath container (IVYDE-149)
 - FIX: IvyConsole:java.io.IOException: Output Stream is closed (IVYDE-130)
+- FIX: "Delete old retrieved artifacts" gets grayed out after OK'ing the dialog (IVYDE-155)
 
   version 2.0.0 beta1
 ==========================

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java?rev=733248&r1=733247&r2=733248&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/RetrieveComposite.java Sat Jan 10 01:07:28 2009
@@ -127,6 +127,7 @@
         retrieveSyncButton.setSelection(retrieveSync);
         confsText.setText(confs);
         typesText.setText(types);
+        setEnabled(true);
     }
 
     public void setEnabled(boolean enabled) {