Bug 105973: s/Observe/observe/

This commit is contained in:
jaggernaut%netscape.com 2001-10-22 04:26:04 +00:00
Родитель 3e278e4913
Коммит 1ab288a5dc
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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"))