mailr13755 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on July 19, 2011 - 18:55:
Author: bugman
Date: Tue Jul 19 18:55:57 2011
New Revision: 13755

URL: http://svn.gna.org/viewcvs/relax?rev=13755&view=rev
Log:
The skip button has been removed from the relax_fit.relax_times page of the 
Rx spectra wizard.

This user function must be executed!


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13755&r1=13754&r2=13755&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Tue Jul 19 18:55:57 2011
@@ -310,7 +310,7 @@
 
         # The relax_fit.relax_time page.
         page = Relax_time_page(self.wizard, self.gui)
-        self.page_indices['relax_time'] = self.wizard.add_page(page, 
skip_button=True)
+        self.page_indices['relax_time'] = self.wizard.add_page(page, 
skip_button=False)
         page.on_display_post = self.wizard_update_relax_time
 
         # Reset the cursor.




Related Messages


Powered by MHonArc, Updated Tue Jul 19 19:00:02 2011