Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2713 - development/main/depot/prefs/src/main/net/dpml/depot/prefs

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2713 - development/main/depot/prefs/src/main/net/dpml/depot/prefs
  • Date: Sun, 05 Jun 2005 17:35:27 -0400

Author: mcconnell AT dpml.net
Date: Sun Jun 5 17:35:25 2005
New Revision: 2713

Modified:

development/main/depot/prefs/src/main/net/dpml/depot/prefs/ProxyManagerPanel.java
Log:
fix issue concerning proxy exclude hosts add and remove button enabled states

Modified:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ProxyManagerPanel.java
==============================================================================
---
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ProxyManagerPanel.java
(original)
+++
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ProxyManagerPanel.java
Sun Jun 5 17:35:25 2005
@@ -246,7 +246,7 @@
public RemoveAction( String name )
{
super( name );
- setEnabled( true );
+ setEnabled( false );
}

public void actionPerformed( ActionEvent event )
@@ -263,7 +263,7 @@
public EditAction( String name )
{
super( name );
- setEnabled( true );
+ setEnabled( false );
}

public void actionPerformed( ActionEvent event )



  • svn commit: r2713 - development/main/depot/prefs/src/main/net/dpml/depot/prefs, mcconnell, 06/05/2005

Archive powered by MHonArc 2.6.24.

Top of Page