Author: dmeyer
Date: Mon Jan  1 20:58:35 2007
New Revision: 8897

Modified:
   trunk/ui/src/audio/player.py

Log:
fix typo

Modified: trunk/ui/src/audio/player.py
==============================================================================
--- trunk/ui/src/audio/player.py        (original)
+++ trunk/ui/src/audio/player.py        Mon Jan  1 20:58:35 2007
@@ -120,7 +120,7 @@
         # make playlist work, we just send start and stop. It's ugly but it
         # should work.
         PLAY_START.post(self.item)
-        PLAY_STOP.post(self.item)
+        PLAY_END.post(self.item)
 
 
     def stop(self):

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to