diff -Naur mozilla-firefox.org/components/nsExtensionManager.js mozilla-firefox/components/nsExtensionManager.js --- mozilla-firefox.org/components/nsExtensionManager.js 2008-10-25 18:32:09.000000000 -0600 +++ mozilla-firefox/components/nsExtensionManager.js 2009-02-17 17:59:27.000000000 -0700 @@ -3441,8 +3441,8 @@ // Remember the list of add-ons that were installed this time around // unless this was a new profile. - if (!gFirstRun && newAddons.length > 0) - gPref.setCharPref(PREF_EM_NEW_ADDONS_LIST, newAddons.join(",")); + // if (!gFirstRun && newAddons.length > 0) + // gPref.setCharPref(PREF_EM_NEW_ADDONS_LIST, newAddons.join(",")); } catch (e) { ERROR("ExtensionManager:_finishOperations - failure, catching exception - lineno: " +