зеркало из https://github.com/mozilla/gecko-dev.git
Bug 105973: s/Observe/observe/
This commit is contained in:
Родитель
3e278e4913
Коммит
1ab288a5dc
|
@ -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"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче