Bug 105973: s/Observe/observe/

This commit is contained in:
jaggernaut%netscape.com 2001-10-22 04:26:04 +00:00
parent 3e278e4913
commit 1ab288a5dc
2 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ function nsButtonPrefListener()
nsButtonPrefListener.prototype =
{
domain: "browser.toolbars.showbutton",
Observe: function(subject, topic, prefName)
observe: function(subject, topic, prefName)
{
// verify that we're changing a button pref
if (topic != "nsPref:changed") return;

View File

@ -26,7 +26,7 @@
({
urlbar: this,
Observe: function(aObserver, aBlah, aPref) {
observe: function(aObserver, aBlah, aPref) {
if (!aPref.indexOf("browser.urlbar"))
this.urlbar.updatePref(aPref);
}
@ -116,7 +116,7 @@
({
resultsPopup: this,
Observe: function(aObserver, aBlah, aPref) {
observe: function(aObserver, aBlah, aPref) {
if (!aPref.indexOf("browser.search"))
this.resultsPopup.updateEngines();
else if (!aPref.indexOf("browser.urlbar"))