mailr16725 - /branches/uf_redesign/gui/components/relax_data.py


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

Header


Content

Posted by edward on June 07, 2012 - 15:30:
Author: bugman
Date: Thu Jun  7 15:30:26 2012
New Revision: 16725

URL: http://svn.gna.org/viewcvs/relax?rev=16725&view=rev
Log:
Activated the apply and skip buttons in the relaxation data GUI element data 
reading wizards.


Modified:
    branches/uf_redesign/gui/components/relax_data.py

Modified: branches/uf_redesign/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/components/relax_data.py?rev=16725&r1=16724&r2=16725&view=diff
==============================================================================
--- branches/uf_redesign/gui/components/relax_data.py (original)
+++ branches/uf_redesign/gui/components/relax_data.py Thu Jun  7 15:30:26 2012
@@ -580,17 +580,17 @@
 
         # The peak intensity type page.
         page = 
uf_store['relax_data.peak_intensity_type'].create_page(self.wizard, sync=True)
-        self.page_indices['peak_intensity_type'] = 
self.wizard.add_page(page, apply_button=False)
+        self.page_indices['peak_intensity_type'] = 
self.wizard.add_page(page, apply_button=True, skip_button=True)
         page.on_display_post = self.wizard_update_int_type
 
         # The temperature calibration page.
         page = 
uf_store['relax_data.temp_calibration'].create_page(self.wizard, sync=True)
-        self.page_indices['temp_calibration'] = self.wizard.add_page(page, 
apply_button=False)
+        self.page_indices['temp_calibration'] = self.wizard.add_page(page, 
apply_button=True, skip_button=True)
         page.on_display_post = self.wizard_update_temp_calibration
 
         # The temperature control page.
         page = uf_store['relax_data.temp_control'].create_page(self.wizard, 
sync=True)
-        self.page_indices['temp_control'] = self.wizard.add_page(page, 
apply_button=False)
+        self.page_indices['temp_control'] = self.wizard.add_page(page, 
apply_button=True)
         page.on_display_post = self.wizard_update_temp_control
 
         # Reset the cursor.




Related Messages


Powered by MHonArc, Updated Thu Jun 07 15:40:02 2012