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

Modified Files:
        tvlisting_area.py 
Log Message:
fix missing import

Index: tvlisting_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/tvlisting_area.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tvlisting_area.py   26 Aug 2004 15:29:18 -0000      1.8
--- tvlisting_area.py   7 Sep 2004 18:47:36 -0000       1.9
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2004/09/07 18:47:36  dischi
+ # fix missing import
+ #
  # Revision 1.8  2004/08/26 15:29:18  dischi
  # make the tv guide work again (but very slow)
***************
*** 79,83 ****
  import math
  from area import Area, Geometry
! 
  
  class TVListing_Area(Area):
--- 82,86 ----
  import math
  from area import Area, Geometry
! from gui import Rectangle
  
  class TVListing_Area(Area):
***************
*** 273,277 ****
  
          self.objects.append(self.drawbox( x_contents - r.width, y_contents - 
r.height,
!                                  r.width+1, head_h+1, r ))
  
      
--- 276,280 ----
  
          self.objects.append(self.drawbox( x_contents - r.width, y_contents - 
r.height,
!                                           r.width+1, head_h+1, r ))
  
      



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to