Author: mmichaud
Date: 2009-03-16 06:52:27 -0700 (Mon, 16 Mar 2009)
New Revision: 16281

Modified:
   
cytoscape3/trunk/application/src/main/java/cytoscape/layout/ui/LayoutSettingsDialog.java
Log:


Modified: 
cytoscape3/trunk/application/src/main/java/cytoscape/layout/ui/LayoutSettingsDialog.java
===================================================================
--- 
cytoscape3/trunk/application/src/main/java/cytoscape/layout/ui/LayoutSettingsDialog.java
    2009-03-16 13:52:07 UTC (rev 16280)
+++ 
cytoscape3/trunk/application/src/main/java/cytoscape/layout/ui/LayoutSettingsDialog.java
    2009-03-16 13:52:27 UTC (rev 16281)
@@ -107,7 +107,7 @@
                if (command.equals("done")) {
                        setVisible(false);
                } else if (command.equals("execute")) {
-                       ti.Handle();
+                       ti.handle();
                        tm.execute( new 
LayoutTask(currentLayout,netmgr.getCurrentNetworkView()) );
                } else {
                        // OK, initialize and display


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to