mailr14263 - in /branches/gui_testing: ./ data/__init__.py


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

Header


Content

Posted by edward on August 08, 2011 - 17:15:
Author: bugman
Date: Mon Aug  8 17:15:09 2011
New Revision: 14263

URL: http://svn.gna.org/viewcvs/relax?rev=14263&view=rev
Log:
Merged revisions 14262 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r14262 | bugman | 2011-08-08 17:10:15 +0200 (Mon, 08 Aug 2011) | 6 lines
  
  Bug fix for the resetting of the relax data store - the cdp structure is 
now set to None.
  
  Previously the data store would be cleared, but the __builtin__.cdp 
structure would point to the old
  current data pipe, keeping it in existence.
........

Modified:
    branches/gui_testing/   (props changed)
    branches/gui_testing/data/__init__.py

Propchange: branches/gui_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Aug  8 17:15:09 2011
@@ -1,1 +1,1 @@
-/1.3:1-14249
+/1.3:1-14262

Modified: branches/gui_testing/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/data/__init__.py?rev=14263&r1=14262&r2=14263&view=diff
==============================================================================
--- branches/gui_testing/data/__init__.py (original)
+++ branches/gui_testing/data/__init__.py Mon Aug  8 17:15:09 2011
@@ -145,6 +145,9 @@
 
         # Remove all items from the dictionary.
         self.instance.clear()
+
+        # Reset the current data pipe.
+        __builtin__.cdp = None
 
         # Signal the change.
         status.observers.reset.notify()




Related Messages


Powered by MHonArc, Updated Mon Aug 08 17:20:02 2011