mailr16549 - /branches/uf_redesign/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 May 30, 2012 - 21:20:
Author: bugman
Date: Wed May 30 21:20:04 2012
New Revision: 16549

URL: http://svn.gna.org/viewcvs/relax?rev=16549&view=rev
Log:
The GUI user functions now called by the results viewer window now have the 
parent set to this window.


Modified:
    branches/uf_redesign/gui/results_viewer.py

Modified: branches/uf_redesign/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/results_viewer.py?rev=16549&r1=16548&r2=16549&view=diff
==============================================================================
--- branches/uf_redesign/gui/results_viewer.py (original)
+++ branches/uf_redesign/gui/results_viewer.py Wed May 30 21:20:04 2012
@@ -246,15 +246,15 @@
 
             # Grace files.
             if type == 'grace':
-                uf_store['grace.view'](file=file)
+                uf_store['grace.view'](file=file, wx_parent=self)
 
             # PyMOL macro files.
             elif type == 'pymol':
-                uf_store['pymol.macro_run'](file=file)
+                uf_store['pymol.macro_run'](file=file, wx_parent=self)
 
             # Molmol macro files.
             elif type == 'molmol':
-                uf_store['molmol.macro_run'](file=file)
+                uf_store['molmol.macro_run'](file=file, wx_parent=self)
 
             # Diffusion tensor PDB.
             elif type == 'diff_tensor_pdb':




Related Messages


Powered by MHonArc, Updated Wed May 30 21:40:01 2012