Bugzilla – Bug 16668
home menu items for apps can double up after customizeHomeMenu changes
Last modified: 2011-05-13 09:36:46 UTC
this is likely caused by the two potential ways of delivering my apps items to the home menu, either by an individual item from the server (i.e., user selected "add to my home menu" on install) or by a customize home item (i.e., user went to my apps and promoted item to home menu) I'm seeing situations where e.g. Mediafly and Napster each show up twice on my Radio's home menu needs fixing before 7.6 release
*** Bug 16479 has been marked as a duplicate of this bug. ***
== Auto-comment from SVN commit #9292 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9292 == 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.
== Auto-comment from SVN commit #9293 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9293 == Fixed Bug: 16668 Description: make sure custom item has a node of 'home' when being added to the home menu, so when it's removed the code follows the right path for sanely removing it
Working better now (7.6.0 r32407) DId manage to get a double listing of one app---but it is working now.