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

Reply via email to