Index: SlimBrowserApplet.lua =================================================================== --- SlimBrowserApplet.lua (revision 547) +++ SlimBrowserApplet.lua (working copy) @@ -642,17 +642,18 @@ -- and merge the main menu items _merge(data, jiveMain) + + -- get notified of changes in main menu from now on + jiveMain:startNotify() + -- call the regular sink + _browseSink(step, chunk, err) + else log:error(err) -- FIXME: What to do if there is an error getting the menu for the player ? end - - -- get notified of changes in main menu from now on - jiveMain:startNotify() - - -- call the regular sink - _browseSink(step, chunk, err) + end