Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24878

Modified Files:
        directory.py config.py 
Log Message:
bugfix

Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** directory.py        20 Sep 2003 15:08:25 -0000      1.36
--- directory.py        20 Sep 2003 15:21:08 -0000      1.37
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.37  2003/09/20 15:21:08  dischi
+ # bugfix
+ #
  # Revision 1.36  2003/09/20 15:08:25  dischi
  # some adjustments to the missing testfiles
***************
*** 193,197 ****
              self.image = image
  
!         if not self.image and TV_SHOW_DATA_DIR:
              self.image = util.getimage(os.path.join(config.TV_SHOW_DATA_DIR,
                                                      os.path.basename(dir).lower()))
--- 196,200 ----
              self.image = image
  
!         if not self.image and config.TV_SHOW_DATA_DIR:
              self.image = util.getimage(os.path.join(config.TV_SHOW_DATA_DIR,
                                                      os.path.basename(dir).lower()))

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** config.py   20 Sep 2003 15:08:25 -0000      1.54
--- config.py   20 Sep 2003 15:21:08 -0000      1.55
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.55  2003/09/20 15:21:08  dischi
+ # bugfix
+ #
  # Revision 1.54  2003/09/20 15:08:25  dischi
  # some adjustments to the missing testfiles
***************
*** 454,464 ****
                'Autoset variable to /tmp.')
  
! if not TV_SHOW_DATA_DIR:
      error('TV_SHOW_DATA_DIR not found')
      
! if not COVER_DIR:
      error('COVER_DIR not found')
      
! if not MOVIE_DATA_DIR:
      error('MOVIE_DATA_DIR not found')
      
--- 457,467 ----
                'Autoset variable to /tmp.')
  
! if not TV_SHOW_DATA_DIR and not HELPER:
      error('TV_SHOW_DATA_DIR not found')
      
! if not COVER_DIR and not HELPER:
      error('COVER_DIR not found')
      
! if not MOVIE_DATA_DIR and not HELPER:
      error('MOVIE_DATA_DIR not found')
      




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to