Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv14152/video/plugins

Modified Files:
        imdb.py 
Log Message:
OVERLAY_DIR is always used

Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** imdb.py     29 Dec 2003 22:08:54 -0000      1.30
--- imdb.py     3 Jan 2004 17:43:15 -0000       1.31
***************
*** 16,59 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.30  2003/12/29 22:08:54  dischi
  # move to new Item attributes
  #
- # Revision 1.29  2003/12/07 19:44:14  dischi
- # bugfix
- #
- # Revision 1.28  2003/12/01 20:02:15  dischi
- # only show when needed
- #
- # Revision 1.27  2003/10/21 21:17:42  gsbarbieri
- # Some more i18n improvements.
- #
- # Revision 1.26  2003/10/04 18:37:29  dischi
- # i18n changes and True/False usage
- #
- # Revision 1.25  2003/09/23 21:13:50  dischi
- # make discs work again
- #
- # Revision 1.24  2003/09/23 20:05:29  dischi
- # imdb patch from Eirik Meland
- #
- # Revision 1.23  2003/09/20 15:46:48  dischi
- # fxd and imdb patches from Eirik Meland
- #
- # Revision 1.22  2003/09/20 09:50:07  dischi
- # cleanup
- #
- # Revision 1.21  2003/09/14 20:09:37  dischi
- # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
- #
- # Revision 1.20  2003/09/13 10:08:23  dischi
- # i18n support
- #
- # Revision 1.19  2003/09/10 19:30:08  dischi
- # add deactivation when something is wrong
- #
- # Revision 1.18  2003/08/23 12:51:43  dischi
- # removed some old CVS log messages
- #
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 16,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.31  2004/01/03 17:43:15  dischi
+ # OVERLAY_DIR is always used
+ #
  # Revision 1.30  2003/12/29 22:08:54  dischi
  # move to new Item attributes
  #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
***************
*** 221,226 ****
              
          # update the directory
!         if directory.dirwatcher_thread:
!             directory.dirwatcher_thread.scan()
  
          # go back in menustack
--- 187,192 ----
              
          # update the directory
!         if directory.dirwatcher:
!             directory.dirwatcher.scan()
  
          # go back in menustack




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to