Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv994/src/audio/plugins

Modified Files:
        coversearch.py 
Log Message:
adjust to new kaa.notifier thread interface

Index: coversearch.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/coversearch.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** coversearch.py      13 Jul 2005 19:28:39 -0000      1.47
--- coversearch.py      5 Aug 2005 17:04:15 -0000       1.48
***************
*** 234,241 ****
  
          log.info('searching for \'%s\'' % search_string)
-         cb = kaa.notifier.Callback(self.cover_menu, item, box)
-         ex = kaa.notifier.Callback(self.handle_exception, item, box)
          thread = kaa.notifier.Thread(self.__get_data_thread, search_string)
!         thread.start(cb, ex)
  
  
--- 234,241 ----
  
          log.info('searching for \'%s\'' % search_string)
          thread = kaa.notifier.Thread(self.__get_data_thread, search_string)
!         thread.signals['completed'].connect(self.cover_menu, item, box)
!         thread.signals['exception'].connect(self.handle_exception, item, box)
!         thread.start()
  
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to