Author: pwang
Date: 2008-09-11 14:22:22 -0700 (Thu, 11 Sep 2008)
New Revision: 14891

Modified:
   
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/ZipBundle2.java
Log:
bug fix

Modified: 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/ZipBundle2.java
===================================================================
--- 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/ZipBundle2.java
      2008-09-11 21:21:49 UTC (rev 14890)
+++ 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/ZipBundle2.java
      2008-09-11 21:22:22 UTC (rev 14891)
@@ -99,8 +99,8 @@
        public static String thumbnailFile(String network, String format)
        {
                //return network + "_thumbnail." + format;
-               int lastIndex = network.lastIndexOf(".sif");
-               network = network.substring(0, lastIndex);
+               //int lastIndex = network.lastIndexOf(".sif");
+               //network = network.substring(0, lastIndex);
                return network + "."+format;
 
        }


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