make a pref...(ex. coolextension.installed) set it to false...Tell it..If
coolextension.intsalled=false run your code..Then set
coolextension.installed to false...

On 1/21/07, Amin <[EMAIL PROTECTED]> wrote:

i have some variable in my extension , i want to set them first time after
instalation

    var prefs = 
Components.classes["@mozilla.org/preferences-service;1"].getService(
Components.interfaces.nsIPrefService).getBranch("
[EMAIL PROTECTED]");
        prefs.setCharPref(id, sData);



where i must put code like this to set them only one time ?

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners



_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to