Author: rozagh
Date: 2012-07-27 11:03:30 -0700 (Fri, 27 Jul 2012)
New Revision: 30017

Modified:
   
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
Log:
adding the forceSetDirectly parameter check for file handler

Modified: 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
===================================================================
--- 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
   2012-07-27 02:42:10 UTC (rev 30016)
+++ 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
   2012-07-27 18:03:30 UTC (rev 30017)
@@ -224,7 +224,7 @@
 
        @Override
        public boolean isForcedToSetDirectly() {
-               return true;
+               return getParams().getProperty("ForceSetDirectly", 
"true").equalsIgnoreCase("true");
        }
        
        /**

-- 
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