mailr13300 - /branches/gui_testing/gui/analyses/__init__.py


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

Header


Content

Posted by edward on June 29, 2011 - 15:34:
Author: bugman
Date: Wed Jun 29 15:34:01 2011
New Revision: 13300

URL: http://svn.gna.org/viewcvs/relax?rev=13300&view=rev
Log:
Fix for the get_page_from_name() method - the page is now returned rather 
than relax data store object.


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

Modified: branches/gui_testing/gui/analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/__init__.py?rev=13300&r1=13299&r2=13300&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/__init__.py (original)
+++ branches/gui_testing/gui/analyses/__init__.py Wed Jun 29 15:34:01 2011
@@ -184,7 +184,7 @@
             return
 
         # Return the analysis page.
-        return ds.relax_gui.analyses[index]
+        return self._analyses[index]
 
 
     def load_from_store(self):




Related Messages


Powered by MHonArc, Updated Wed Jun 29 15:40:02 2011