Bug 379141: fuelIPreference::modified should be readonly, r=mfinkle

git-svn-id: svn://10.0.0.236/trunk@225213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2007-04-28 23:22:45 +00:00
parent 14b0867b6b
commit 4de8c0cef5

View File

@@ -73,9 +73,9 @@ interface fuelIEventListener : nsISupports
interface fuelIEvents : nsISupports
{
/**
* Adds an event listener to the list. If multiple identical event listeners
* are registered on the same event target with the same parameters the
* duplicate instances are discarded. They do not cause the EventListener
* Adds an event listener to the list. If multiple identical event listeners
* are registered on the same event target with the same parameters the
* duplicate instances are discarded. They do not cause the EventListener
* to be called twice and since they are discarded they do not need to be
* removed with the removeListener method.
*
@@ -199,7 +199,7 @@ interface fuelIPreference : nsISupports
/**
* Check if a preference has been modified by the user, or not.
*/
attribute boolean modified;
readonly attribute boolean modified;
/**
* The preference branch that contains this preference.