mailr10922 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by michael . bieri on February 25, 2010 - 05:33:
Author: michaelbieri
Date: Thu Feb 25 05:33:27 2010
New Revision: 10922

URL: http://svn.gna.org/viewcvs/relax?rev=10922&view=rev
Log:
Proper openfile dialog was included to the function to open a global pdb file.

Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10922&r1=10921&r2=10922&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Feb 25 05:33:27 2010
@@ -728,7 +728,7 @@
 
 
     def structure_pdb(self, event): # open load sequence panel
-        temp = load_sequence(self)
+        temp = openfile('Select PDB file to open', '', '', 'PDB files 
(*.pdb)|*.pdb|all files (*.*)|*.*')
         if not temp == None:
             structure_file_pdb = str(temp) #set sequence file
 




Related Messages


Powered by MHonArc, Updated Thu Feb 25 05:40:02 2010