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 ?
>
Do you mean preferences? Why don't you use default preferences?
http://developer.mozilla.org/en/docs/Code_snippets:Preferences#Default_preferences

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

Reply via email to