Revision: 20360
          http://sourceforge.net/p/jmol/code/20360
Author:   hansonr
Date:     2015-03-05 13:48:47 +0000 (Thu, 05 Mar 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.12_2015.03.06"

new feature: NBO command with no arguments starts NBO panel (Java application 
only)

Modified Paths:
--------------
    trunk/Jmol/src/org/openscience/jmol/app/nbo/NBODialog.java

Modified: trunk/Jmol/src/org/openscience/jmol/app/nbo/NBODialog.java
===================================================================
--- trunk/Jmol/src/org/openscience/jmol/app/nbo/NBODialog.java  2015-03-05 
13:36:50 UTC (rev 20359)
+++ trunk/Jmol/src/org/openscience/jmol/app/nbo/NBODialog.java  2015-03-05 
13:48:47 UTC (rev 20360)
@@ -476,7 +476,7 @@
   protected void connectPressed() {
     nboService.closeProcess();
     nboReport(null);
-    String err = nboService.startProcess(true); // synchronous? 
+    String err = nboService.startProcess(false);  
     if (err == null) {
       nboReport("listening...");
     } else {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to