From adaca9ddb00f0597b50127b7c64dc8abbe8eecc6 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Wed, 11 Feb 2004 00:09:23 +0000 Subject: [PATCH] fix typo in fix for bug 232982, mcd and profile auto import not playing nicely together sr=mscott --- mailnews/base/prefs/resources/content/accountUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/prefs/resources/content/accountUtils.js b/mailnews/base/prefs/resources/content/accountUtils.js index 6b6c0abfa9c..4d2ea08a2a6 100644 --- a/mailnews/base/prefs/resources/content/accountUtils.js +++ b/mailnews/base/prefs/resources/content/accountUtils.js @@ -163,7 +163,7 @@ function verifyAccounts(wizardcallback) { var pref = Components.classes["@mozilla.org/preferences-service;1"] .getService(Components.interfaces.nsIPrefBranch); try { - adminUrl = pref.GetCharPref("autoadmin.global_config_url"); + adminUrl = pref.getCharPref("autoadmin.global_config_url"); } catch (ex) {} if (!adminUrl)