mailr13789 - /branches/gui_testing/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 July 20, 2011 - 21:35:
Author: bugman
Date: Wed Jul 20 21:35:43 2011
New Revision: 13789

URL: http://svn.gna.org/viewcvs/relax?rev=13789&view=rev
Log:
Comment fix.


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

Modified: branches/gui_testing/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/relax_data.py?rev=13789&r1=13788&r2=13789&view=diff
==============================================================================
--- branches/gui_testing/gui/components/relax_data.py (original)
+++ branches/gui_testing/gui/components/relax_data.py Wed Jul 20 21:35:43 2011
@@ -135,7 +135,7 @@
         # First freeze the grid, so that the GUI element doesn't update 
until the end.
         self.grid.Freeze()
 
-        # Delete the rows and columns (leaving one row and column).
+        # Delete the rows, leaving a single row.
         self.grid.DeleteRows(numRows=self.grid.GetNumberRows()-1)
 
         # Expand the number of rows to match the number of relaxation IDs, 
and add the IDs.




Related Messages


Powered by MHonArc, Updated Wed Jul 20 22:20:02 2011