mailr14492 - /1.3/gui/results_viewer.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 26, 2011 - 14:20:
Author: bugman
Date: Fri Aug 26 14:20:10 2011
New Revision: 14492

URL: http://svn.gna.org/viewcvs/relax?rev=14492&view=rev
Log:
Fix for the results viewer window file opening.


Modified:
    1.3/gui/results_viewer.py

Modified: 1.3/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/results_viewer.py?rev=14492&r1=14491&r2=14492&view=diff
==============================================================================
--- 1.3/gui/results_viewer.py (original)
+++ 1.3/gui/results_viewer.py Fri Aug 26 14:20:10 2011
@@ -245,11 +245,11 @@
                 self.gui.user_functions.grace.view(None, file=file)
 
             # PyMOL macro files.
-            if type == 'pymol':
+            elif type == 'pymol':
                 self.gui.user_functions.pymol.macro_run(None, file=file)
 
             # Molmol macro files.
-            if type == 'molmol':
+            elif type == 'molmol':
                 self.gui.user_functions.molmol.macro_run(None, file=file)
 
             # Diffusion tensor PDB.




Related Messages


Powered by MHonArc, Updated Fri Aug 26 14:40:03 2011