Author: tack
Date: Thu Mar 15 14:03:16 2007
New Revision: 2561

Modified:
   trunk/canvas/src/movie.py

Log:
Patch from Chandan Pitta.


Modified: trunk/canvas/src/movie.py
==============================================================================
--- trunk/canvas/src/movie.py   (original)
+++ trunk/canvas/src/movie.py   Thu Mar 15 14:03:16 2007
@@ -350,7 +350,7 @@
 
     def get_position(self):
         if self._player:
-            self._player.get_position()
+            return self._player.get_position()
         return 0.0
 
     def get_info(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