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

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

Index: coversearch.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/coversearch.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** coversearch.py      29 Dec 2003 22:09:19 -0000      1.23
--- coversearch.py      3 Jan 2004 17:43:15 -0000       1.24
***************
*** 14,39 ****
  # -----------------------------------------------------------------------
  # $Log$
  # Revision 1.23  2003/12/29 22:09:19  dischi
  # move to new Item attributes
  #
- # Revision 1.22  2003/10/28 18:16:26  dischi
- # move amazon.py to util
- #
- # Revision 1.21  2003/10/21 21:17:41  gsbarbieri
- # Some more i18n improvements.
- #
  # Revision 1.20  2003/10/20 14:23:08  outlyer
  # Tolerate 404 errors from Amazon without crashing. Sorry this is so ugly,
  # this whole algorithm needs to be cleaned up.
  #
- # Revision 1.19  2003/09/10 19:30:08  dischi
- # add deactivation when something is wrong
- #
- # Revision 1.18  2003/09/09 18:54:59  dischi
- # Add some doc
- #
- # Revision 1.17  2003/08/23 12:51:42  dischi
- # removed some old CVS log messages
- #
  # Revision 1.3  2003/06/12 16:47:04  outlyer
  # Tried to make the Amazon search more intelligent.
--- 14,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.24  2004/01/03 17:43:15  dischi
+ # OVERLAY_DIR is always used
+ #
  # Revision 1.23  2003/12/29 22:09:19  dischi
  # move to new Item attributes
  #
  # Revision 1.20  2003/10/20 14:23:08  outlyer
  # Tolerate 404 errors from Amazon without crashing. Sorry this is so ugly,
  # this whole algorithm needs to be cleaned up.
  #
  # Revision 1.3  2003/06/12 16:47:04  outlyer
  # Tried to make the Amazon search more intelligent.
***************
*** 339,344 ****
              
          # update the directory
!         if directory.dirwatcher_thread:
!             directory.dirwatcher_thread.scan()
  
          # go back in menustack
--- 327,332 ----
              
          # 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