mailr19735 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on May 24, 2013 - 16:46:
Author: bugman
Date: Fri May 24 16:46:08 2013
New Revision: 19735

URL: http://svn.gna.org/viewcvs/relax?rev=19735&view=rev
Log:
Removed the preview button from the file selection GUI element of the CPMGFit 
user functions.

These are the relax_disp.cpmgfit_execute and relax_disp.cpmgfit_input user 
functions.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=19735&r1=19734&r2=19735&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Fri May 24 16:46:08 2013
@@ -151,7 +151,8 @@
     arg_type = "file sel",
     desc_short = "CPMGFit executable file",
     desc = "The name of the executable CPMGFit program file.",
-    wiz_filesel_style = FD_OPEN
+    wiz_filesel_style = FD_OPEN,
+    wiz_filesel_preview = False
 )
 # Description.
 uf.desc.append(Desc_container())
@@ -192,7 +193,8 @@
     arg_type = "file sel",
     desc_short = "CPMGFit executable file",
     desc = "The name of the executable CPMGFit program file.",
-    wiz_filesel_style = FD_OPEN
+    wiz_filesel_style = FD_OPEN,
+    wiz_filesel_preview = False
 )
 uf.add_keyarg(
     name = "spin_id",




Related Messages


Powered by MHonArc, Updated Fri May 24 17:20:02 2013