I was unaware that the setting had to be made before the first run. I thought it would be similar to my other addon preferences that I can lock and set after the fact.
Thanks a ton Honza! That got me the answer I needed! On Mar 30, 10:13 am, "Honza (Jan Odvarko)" <[email protected]> wrote: > > HOWEVER, if I do the same and set it to FALSE, the icon in the > > navigation bar does not stay hidden. > > Sure if the pref is false, Firebug is trying to append it again. > > > Is there another string that I > > can call that will ensure that icon stays hidden? > > No, this is the only pref used when customizing the navigation > toolbar. If it's set to true, the customization has been already done > by Firebug and is not performed again. > > I have just went through the following scenario: > > 1) Create a new Firefox profile > 2) Install Firebug > 3) Go to about:config and create: > extensions.firebug.toolbarCustomizationDone = true > 4) Restart Firefox > 5) The toolbar is *not* customized (ie the icon is not appended). > > In short, you need to set the pref before Firebug runs the first time > and appends the icon in to the toolbar. > > Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
