Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playtime_updater.rb 


Log Message:
get current playtime in PlaytimeUpdater#initialize
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playtime_updater.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- playtime_updater.rb 24 Apr 2005 22:33:15 -0000      1.1
+++ playtime_updater.rb 25 Apr 2005 19:46:44 -0000      1.2
@@ -1,4 +1,4 @@
-# $Id: playtime_updater.rb,v 1.1 2005/04/24 22:33:15 tsauerbeck Exp $
+# $Id: playtime_updater.rb,v 1.2 2005/04/25 19:46:44 tsauerbeck Exp $
 
 class PlaytimeUpdater
        INTERVAL = 0.5
@@ -7,6 +7,9 @@
                @xmms = xmms
                @block = block
                @timer = nil
+               @current_pos = nil
+
+               on_timer
        end
 
        def enabled=(v)




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to