Author: duncan
Date: Sat May 26 12:45:19 2007
New Revision: 9612

Modified:
   branches/rel-1/freevo/src/plugins/idlebar/remindicon.py

Log:
Fixed the draw function, made a mess of fixing it before


Modified: branches/rel-1/freevo/src/plugins/idlebar/remindicon.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/idlebar/remindicon.py     (original)
+++ branches/rel-1/freevo/src/plugins/idlebar/remindicon.py     Sat May 26 
12:45:19 2007
@@ -88,9 +88,8 @@
                 _debug_("Remind: %s" % f)
             else:
                 self.status = self.images['nothing']
+        return self.status
 
 
     def draw(self, (type, object), x, osd):
-        self.getStatus()
-        width = osd.draw_image(self.status, (x+width, osd.y + 10, -1, -1))[0] 
+ 10
-        return width
+        return osd.draw_image(self.getStatus(), (x, osd.y + 10, -1, -1))[0]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to