Comment 23 for bug 192505

Revision history for this message
In , Gavin Sharp (gavin-sharp) wrote :

Comment on attachment 303382
only flush if really needed

>Index: browser/components/nsBrowserGlue.js

>+ var personalBarCollapsed = this._getPersist(personalBar, collapsed);

>+ (personalBarCollapsed != "true");

>+ if (personalBarCollapsed == "true")

Move the string compare into the declaration?