Revision: 1250
Author:   mathiasbr
Date:     2006-07-28 05:54:07 -0700 (Fri, 28 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1250&view=rev

Log Message:
-----------
patch for RCP-384 thanks Andrius ?\197?\160abanas

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/SwingActionAdapter.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/SwingActionAdapter.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/SwingActionAdapter.java
        2006-07-28 12:42:40 UTC (rev 1249)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/SwingActionAdapter.java
        2006-07-28 12:54:07 UTC (rev 1250)
@@ -31,6 +31,7 @@
         super();
         this.command = command;
         command.addPropertyChangeListener(this);
+        command.addEnabledListener(this);
         update();
     }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to