From 0722ec56fbebfe98cb701557fb5010e9ff7dea5d Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Mon, 5 Apr 2004 18:27:50 +0000 Subject: [PATCH] bug 239434 fix comment that mentioned wrong observer topic define name patch by Ali Ebrahim r=caillon sr=tor a=mkaply git-svn-id: svn://10.0.0.236/trunk@154520 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/public/nsIPrefBranchInternal.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libpref/public/nsIPrefBranchInternal.idl b/mozilla/modules/libpref/public/nsIPrefBranchInternal.idl index 7440685d42a..a92c9b3f128 100644 --- a/mozilla/modules/libpref/public/nsIPrefBranchInternal.idl +++ b/mozilla/modules/libpref/public/nsIPrefBranchInternal.idl @@ -60,7 +60,7 @@ interface nsIPrefBranchInternal : nsIPrefBranch * will receive the notification via their |Observe| method. The following * arguments will be passed to the |Observe| method: * aSubject - The nsIPrefBranch object (this) - * aTopic - The string defined by NS_PREFBRANCH_PREFCHANGE_OBSERVER_ID + * aTopic - The string defined by NS_PREFBRANCH_PREFCHANGE_TOPIC_ID * aData - The preference which has changed * * @param aDomain The preference on which to listen for changes.