Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv31345

Modified Files:
        xml_skin.py 
Log Message:
speedup and less debug

Index: xml_skin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/skins/main/xml_skin.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** xml_skin.py 21 Oct 2003 23:46:22 -0000      1.15
--- xml_skin.py 22 Oct 2003 18:23:56 -0000      1.16
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.16  2003/10/22 18:23:56  dischi
+ # speedup and less debug
+ #
  # Revision 1.15  2003/10/21 23:46:22  gsbarbieri
  # Info_Area now support images as
***************
*** 251,255 ****
              return "%s.jpg" % dfile
  
!     print 'can\'t find image %s' % file
      return ''
  
--- 254,258 ----
              return "%s.jpg" % dfile
  
!     _debug_('can\'t find image %s' % file)
      return ''
  
***************
*** 1020,1024 ****
  
          font_scale = 1.0
!         
          try:
              parser = qp_xml.Parser()
--- 1023,1027 ----
  
          font_scale = 1.0
! 
          try:
              parser = qp_xml.Parser()
***************
*** 1064,1068 ****
                          self.skin_directories = [ os.path.dirname(file) ] + \
                                                  self.skin_directories
!                     
              if not prepare:
                  return 1
--- 1067,1075 ----
                          self.skin_directories = [ os.path.dirname(file) ] + \
                                                  self.skin_directories
!                     break
!             else:
!                 # no new skin settings loaded, return without action
!                 return 1
!             
              if not prepare:
                  return 1




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to