Author: bklaas
Date: Thu Jan 20 12:20:45 2011
New Revision: 9292

URL: http://svn.slimdevices.com/jive?rev=9292&view=rev
Log:
Bug: 16668
Description: This does not completely solve the bug, but storeSettings() 
definitely needs to be called at the end of the timedExec() method, not before.

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/CustomizeHomeMenu/CustomizeHomeMenuApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/CustomizeHomeMenu/CustomizeHomeMenuApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/CustomizeHomeMenu/CustomizeHomeMenuApplet.lua?rev=9292&r1=9291&r2=9292&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/CustomizeHomeMenu/CustomizeHomeMenuApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/CustomizeHomeMenu/CustomizeHomeMenuApplet.lua
 Thu Jan 20 12:20:45 2011
@@ -217,6 +217,7 @@
                                                        function()
                                                                
jiveMain:setNode(theItem, 'hidden')
                                                                
self:getSettings()[theItem.id] = 'hidden'
+                                                               
self:_storeSettings('home')
                                                        end
                                                )
                                
@@ -225,11 +226,11 @@
                                                        function()
                                                                
self:getSettings()[theItem.id] = nil
                                                                
jiveMain:removeItemFromNode(theItem, 'home')
+                                                               
self:_storeSettings('home')
                                                        end
                                                )
 
                                        end
-                                       self:_storeSettings('home')
                                        window:hide()
                                        return EVENT_CONSUME
                                end

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

Reply via email to