Author: bree
Date: Sun Mar 12 12:54:04 2006
New Revision: 2613

Modified:
   azax/branches/plugin/demos/azaxdemo/azaxview.py
Log:
Fix demo (copyToDivContent typo)

Modified: azax/branches/plugin/demos/azaxdemo/azaxview.py
==============================================================================
--- azax/branches/plugin/demos/azaxdemo/azaxview.py     (original)
+++ azax/branches/plugin/demos/azaxdemo/azaxview.py     Sun Mar 12 12:54:04 2006
@@ -40,7 +40,7 @@
 
     def copyToDivContent(self):
         """ copy div content """
-        return_object.copyChildrenTo('div#copy', 'demo')
+        self.copyChildrenTo('div#copy', 'demo')
         return self.render()
 
     def moveToDivContent(self):
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to