[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Fri Apr 23 05:18:13 UTC 2010


gordonp
Fri Apr 23 01:18:13 EDT 2010
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv24603/src/main/ca/ucalgary/seahawk/gui

Modified Files:
	MobyServicesGUI.java 
Log Message:
Fixed duplication in complex object labels when they have namespaces too
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobyServicesGUI.java,1.21,1.22
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java	2010/04/18 00:31:49	1.21
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java	2010/04/23 05:18:13	1.22
@@ -1315,7 +1315,7 @@
 		}
 	    }
 	    if(templateObject instanceof MobyDataObject && id != null && id.length() > 0){
-		objectLabel += "<font color='red'>"+objectLabel+"</font>:" + id;
+		objectLabel = "<font color='red'>"+objectLabel+"</font>:" + id;
 	    }
 	    else if(templateObject instanceof MobyDataObjectSet){
 		objectLabel = "<font color='red'>"+objectLabel+" collection</font>";




More information about the MOBY-guts mailing list