Author: dmeyer
Date: Fri May  5 15:50:14 2006
New Revision: 1537

Modified:
   trunk/canvas/src/object.py

Log:
add missing parameter

Modified: trunk/canvas/src/object.py
==============================================================================
--- trunk/canvas/src/object.py  (original)
+++ trunk/canvas/src/object.py  Fri May  5 15:50:14 2006
@@ -145,7 +145,7 @@
         # Must be implemented by subclass.
         return 0, 0
 
-    def _get_intrinsic_size(self):
+    def _get_intrinsic_size(self, child_asking = None):
         return self._o.geometry_get()[1]
 
     def _get_fixed_pos(self):


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to