dabo Commit
Revision 5013
Date: 2009-02-01 20:04:42 -0800 (Sun, 01 Feb 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5013

Changed:
U   trunk/dabo/lib/RemoteConnector.py

Log:
Fixed a bug in the memento-clearing code

Diff:
Modified: trunk/dabo/lib/RemoteConnector.py
===================================================================
--- trunk/dabo/lib/RemoteConnector.py   2009-02-02 04:04:02 UTC (rev 5012)
+++ trunk/dabo/lib/RemoteConnector.py   2009-02-02 04:04:42 UTC (rev 5013)
@@ -132,7 +132,7 @@
                else:
                        # If successful, we need to clear the mementos. We 
don't need to
                        # store anything; passing None will just  clear the 
mementos.
-                       self.obj._storeData(None, None)
+                       self.obj._storeData(None, None, None)
 
 
        def saveAll(self, startTransaction=True):



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to