Update of /cvsroot/freevo/freevo/skins/dischi1
In directory sc8-pr-cvs1:/tmp/cvs-serv23239

Modified Files:
        listing_area.py 
Log Message:
only load it when necessary

Index: listing_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/dischi1/listing_area.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** listing_area.py     13 Mar 2003 21:02:05 -0000      1.7
--- listing_area.py     13 Mar 2003 21:03:51 -0000      1.8
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/03/13 21:03:51  dischi
+ # only load it when necessary
+ #
  # Revision 1.7  2003/03/13 21:02:05  dischi
  # misc cleanups
***************
*** 255,261 ****
                      val = content.types['default']
                  
-             font = self.get_font(val.font)
- 
- 
              text = choice.name
              if not text:
--- 258,261 ----
***************
*** 270,273 ****
--- 270,275 ----
  
              if content.type == 'text':
+                 font = self.get_font(val.font)
+ 
                  if choice.icon:
                      image = osd.loadbitmap(choice.icon)




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to