Bugzilla – Bug 9031
Shuffle tooltip undefined
Last modified: 2009-07-31 10:26:30 UTC
It's the result of a typo (which I'll fix shortly): Index: html/SqueezeJS/UI.js =================================================================== --- html/SqueezeJS/UI.js (revision 22326) +++ html/SqueezeJS/UI.js (working copy) @@ -885,8 +885,8 @@ updateState: function(newState){ this.state = newState || 0; this.setIcon(''); - this.setTooltip(SqueezeJS.string('shuffle' + ' - ' + SqueezeJS.string('shuffle' + this.state))); - this.setText(SqueezeJS.string('shuffle' + ' - ' + SqueezeJS.string('shuffle' + this.state))); + this.setTooltip(SqueezeJS.string('shuffle') + ' - ' + SqueezeJS.string('shuffle' + this.state)); + this.setText(SqueezeJS.string('shuffle') + ' - ' + SqueezeJS.string('shuffle' + this.state)); this.setClass('btn-shuffle-' + this.state); } });
fix committed to 7.1.1 at change 22362
Many thanks!
Verified fix in 7.2-22530
Reduce number of active targets for SC