Bugzilla – Bug 11114
deprecate sending title style from SC in favor of miniicon icon style
Last modified: 2011-01-14 12:25:36 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.
I think we'll probably need a
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.