Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21758/src/util
Modified Files:
fileops.py videothumb.py
Log Message:
update to changed kaa.notifier.Process
Index: videothumb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/videothumb.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** videothumb.py 5 Aug 2005 18:20:33 -0000 1.33
--- videothumb.py 6 Aug 2005 09:15:22 -0000 1.34
***************
*** 104,108 ****
log.warning('no imagefile found')
if _runqueue:
! MplayerThumbnail(*_runqueue[0])
--- 104,108 ----
log.warning('no imagefile found')
if _runqueue:
! MplayerThumbnail(*_runqueue[0]).start()
***************
*** 134,138 ****
_runqueue.append(job)
if len(_runqueue) == 1:
! MplayerThumbnail(*_runqueue[0])
--- 134,138 ----
_runqueue.append(job)
if len(_runqueue) == 1:
! MplayerThumbnail(*_runqueue[0]).start()
Index: fileops.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fileops.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** fileops.py 9 Jul 2005 10:59:56 -0000 1.44
--- fileops.py 6 Aug 2005 09:15:22 -0000 1.45
***************
*** 169,173 ****
name = os.path.join(os.path.dirname(filename), base)
os.rename(filename, name)
! kaa.notifier.Process(['rm', '-rf', name])
else:
os.unlink(filename)
--- 169,173 ----
name = os.path.join(os.path.dirname(filename), base)
os.rename(filename, name)
! kaa.notifier.Process(['rm', '-rf', name]).start()
else:
os.unlink(filename)
-------------------------------------------------------
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