Author: rozagh
Date: 2012-05-04 16:42:07 -0700 (Fri, 04 May 2012)
New Revision: 29125

Modified:
   
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/export/table/SelectExportTableTask.java
Log:
Appending network name is not required anymore, table title already includes 
the network name.

Modified: 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/export/table/SelectExportTableTask.java
===================================================================
--- 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/export/table/SelectExportTableTask.java
   2012-05-04 23:32:23 UTC (rev 29124)
+++ 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/export/table/SelectExportTableTask.java
   2012-05-04 23:42:07 UTC (rev 29125)
@@ -49,10 +49,7 @@
                        CyNetwork net = this.tableNetworkMap.get(tbl);
                        
                        String title = tbl.getTitle();
-                       if (net != null) {
-                               title = net.getRow(net).get("name", 
String.class)+" -- "+title;
-                       }
-                       
+               
                        options.add(title);                     
                        this.titleTableMap.put(title, tbl);
                }

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