Author: bklaas
Date: Wed Jan 16 13:48:56 2008
New Revision: 1472
URL: http://svn.slimdevices.com?rev=1472&root=Jive&view=rev
Log:
Bug: 6426
Description: trivial fix to event listener to watch for KEY_PLAY instead of
KEY_RIGHT
Modified:
trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
Modified: trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua
URL:
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua?rev=1472&root=Jive&r1=1471&r2=1472&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/ui/Menu.lua Wed Jan 16 13:48:56 2008
@@ -74,6 +74,7 @@
local KEY_DOWN = jive.ui.KEY_DOWN
local KEY_LEFT = jive.ui.KEY_LEFT
local KEY_RIGHT = jive.ui.KEY_RIGHT
+local KEY_PLAY = jive.ui.KEY_PLAY
-- our class
@@ -161,8 +162,8 @@
self:scrollBy( 1 )
return EVENT_CONSUME
- elseif keycode == KEY_GO or
- keycode == KEY_RIGHT then
+ elseif keycode == KEY_GO or
+ keycode == KEY_PLAY then
r = self:dispatchNewEvent(EVENT_ACTION)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins