Author: duncan
Date: Wed Feb 20 15:45:02 2008
New Revision: 10389

Log:
Updated comments and comma spacing


Modified:
   branches/rel-1/freevo/src/plugin.py

Modified: branches/rel-1/freevo/src/plugin.py
==============================================================================
--- branches/rel-1/freevo/src/plugin.py (original)
+++ branches/rel-1/freevo/src/plugin.py Wed Feb 20 15:45:02 2008
@@ -1,6 +1,6 @@
 # -*- coding: iso-8859-1 -*-
 # -----------------------------------------------------------------------
-# plugin.py - Plugin interface
+# Plug-in interface
 # -----------------------------------------------------------------------
 # $Id$
 #
@@ -133,7 +133,7 @@
     def poll(self):
     this function will be called every poll_intervall*0.1 seconds
 
-    def draw(self(type, object), osd):
+    def draw(self, type, object), x, osd):
     this function will be called to update the screen
 
     def eventhandler(self, event, menuw=None):

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to