Author: pwang
Date: 2008-09-11 14:23:06 -0700 (Thu, 11 Sep 2008)
New Revision: 14892

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

Modified: 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/HTMLSessionExporter.java
===================================================================
--- 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/HTMLSessionExporter.java
     2008-09-11 21:22:22 UTC (rev 14891)
+++ 
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/HTMLSessionExporter.java
     2008-09-11 21:23:06 UTC (rev 14892)
@@ -371,7 +371,7 @@
                                        {
                                                if (settings.destination == 
SessionExporterSettings.DESTINATION_ZIP_ARCHIVE_4CELLCIRCUITS) {
                                                        ZipBundle2 zipBundle2 = 
(ZipBundle2) bundle;
-                                                       
zipBundle2.openEntry("img", Bundle.imageFile(networkTitle, 
settings.imageFormat));
+                                                       
zipBundle2.openEntry("img", zipBundle2.imageFile(networkTitle, 
settings.imageFormat));
                                                        ImageIO.write(image, 
settings.imageFormat, bundle.entryOutputStream());
                                                }
                                                else {


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