Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24104/src/gui

Modified Files:
        theme_engine.py 
Log Message:
add __str__ function to Rectangle

Index: theme_engine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/theme_engine.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** theme_engine.py     27 Nov 2004 13:26:57 -0000      1.10
--- theme_engine.py     28 Dec 2004 19:51:25 -0000      1.11
***************
*** 913,917 ****
          XML_data.prepare(self, None, color)
  
! 
  
  class Font(XML_data):
--- 913,919 ----
          XML_data.prepare(self, None, color)
  
!     def __str__(self):
!         return 'theme.Rectangle at %s,%s %sx%s' % \
!                (self.x, self.y, self.width, self.height)
  
  class Font(XML_data):



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to