Comment 25 for bug 278388

Revision history for this message
Michael Rooney (mrooney) wrote : Re: [Bug 278388] Re: Pandora applet needs url update and behavior modifications

Right, except that in either the case of the gconf key not existing,
or the flash file not existing, we want to do the same thing. The
logic is really:

if (gconf key exists && flash file from key exists)
....load url
else
....read main pandora page to find new url
....put new url in gconf
....load url

and I think as you said it is important not to load the URL every time
if the one in gconf works. This will save one request on almost every
startup making the applet quicker and be more responsive, and will
save pandora bandwidth as well :)