Author: tom
Date: Fri Jan 30 13:56:12 2009
New Revision: 4001

URL: http://svn.slimdevices.com?rev=4001&root=Jive&view=rev
Log:
Bug: N/A
Description:
Action framework:
- menu didn't consume event on back on a non-closeable window, so back passed 
thru and a real back occurred due to the new default window back handler. Now 
it consumes

Modified:
    7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua

Modified: 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua
URL: 
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua?rev=4001&root=Jive&r1=4000&r2=4001&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua Fri Jan 30 
13:56:12 2009
@@ -188,6 +188,7 @@
                                else
                                        self:playSound("BUMP")
                                        self:getWindow():bumpLeft()
+                                       return EVENT_CONSUME
                                end
                        end
                end

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to