Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist_item.rb 


Log Message:
enabled scrolling again
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist_item.rb,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- playlist_item.rb    8 May 2005 14:44:35 -0000       1.8
+++ playlist_item.rb    8 May 2005 14:45:56 -0000       1.9
@@ -1,4 +1,4 @@
-# $Id: playlist_item.rb,v 1.8 2005/05/08 14:44:35 tsauerbeck Exp $
+# $Id: playlist_item.rb,v 1.9 2005/05/08 14:45:56 tsauerbeck Exp $
 
 class PlaylistItem
        attr_reader :id, :edje
@@ -55,15 +55,13 @@
                        @xmms.playback_start.wait
                end
 
-=begin
                @edje.on_signal("PLAYLIST_SCROLL_UP", "") do
-                       @playlist.container.scroll(@height * 3)
+                       @playlist.container.scroll(h * 3)
                end
 
                @edje.on_signal("PLAYLIST_SCROLL_DOWN", "") do
-                       @playlist.container.scroll(@height * -3)
+                       @playlist.container.scroll(h * -3)
                end
-=end
        end
 
        def hilight




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to