Revision: 5149
Author: hansonr
Date: 2006-05-20 07:06:58 -0700 (Sat, 20 May 2006)
ViewCVS: http://svn.sourceforge.net/jmol/?rev=5149&view=rev
Log Message:
-----------
bob200603 labels bug fix
Modified Paths:
--------------
branches/bob200603/Jmol/src/org/jmol/viewer/Labels.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Labels.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Labels.java 2006-05-19
23:14:40 UTC (rev 5148)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Labels.java 2006-05-20
14:06:58 UTC (rev 5149)
@@ -157,6 +157,8 @@
}
void setModelClickability() {
+ if (strings == null)
+ return;
for (int i = strings.length; --i >= 0; ) {
String label = strings[i];
if (label != null && frame.atoms.length > i)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits