Author: titmuss
Date: Tue Jan 6 04:47:13 2009
New Revision: 3692
URL: http://svn.slimdevices.com?rev=3692&root=Jive&view=rev
Log:
Bug: 10319
Description:
Fix keypad lock on Controller.
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua?rev=3692&root=Jive&r1=3691&r2=3692&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua Tue Jan
6 04:47:13 2009
@@ -524,7 +524,7 @@
function(a, b)
-- stable sort, most recent first
if a[3] == b[3] then
- return a[4] < b[4]
+ return a[4] > b[4]
end
return a[3] < b[3]
end)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins