Author: duncan
Date: Fri Sep 29 12:02:23 2006
New Revision: 8259

Modified:
   branches/rel-1-5/freevo/src/video/plugins/mplayer.py

Log:
[ 1566373 ] Remove the MPLAYER_VERSION stuff
Fixed a silly mistake, not testing the changed first.


Modified: branches/rel-1-5/freevo/src/video/plugins/mplayer.py
==============================================================================
--- branches/rel-1-5/freevo/src/video/plugins/mplayer.py        (original)
+++ branches/rel-1-5/freevo/src/video/plugins/mplayer.py        Fri Sep 29 
12:02:23 2006
@@ -88,7 +88,7 @@
         plugin.Plugin.__init__(self)
 
         # register mplayer as the object to play video
-        plugin.register(MPlayer(plugin.VIDEO_PLAYER, True)
+        plugin.register(MPlayer, plugin.VIDEO_PLAYER, True)
 
 
 class MPlayer:

-------------------------------------------------------------------------
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