Bug 11114 - deprecate sending title style from SC in favor of miniicon icon style
: deprecate sending title style from SC in favor of miniicon icon style
Status: NEW
Product: SqueezePlay
Classification: Unclassified
Component: Browser
: unspecified
: PC Other
: -- normal (vote)
: Future
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-17 12:53 UTC by Ben Klaas
Modified: 2011-01-14 12:25 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-02-17 12:53:49 UTC
also use entire window for style parameter instead of just menu

e.g., change something like this:

window        => {
             menuStyle => 'album',
             titleStyle => 'internetradio',
   },
},

to this:

window        => {
             windowStyle => 'album',
             rbutton => 'internetradio',
   },
},

this will require code change on both SC and SP sides.
Comment 1 Ben Klaas 2009-02-17 13:30:16 UTC
I think we'll probably need a
Comment 2 Ben Klaas 2009-02-17 13:31:13 UTC
hit commit too soon...

update from very first comment, use miniicon instead of rbutton

also use entire window for style parameter instead of just menu

e.g., change something like this:

window        => {
             menuStyle => 'album',
             titleStyle => 'internetradio',
   },
},

to this:

window        => {
             windowStyle => 'album',
             miniicon => 'internetradio',
   },
},

this will require code change on both SC and SP sides.