forgot to add this setting in to prevent incompatibility checking from running every time

This commit is contained in:
ben%bengoodger.com 2004-04-21 19:20:14 +00:00
Родитель 09cf832a9e
Коммит ea42cade76
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -181,7 +181,7 @@ nsExtensionManager.prototype = {
// Now update the last app version so we don't do this checking
// again.
// pref.setCharPref(PREF_EM_LAST_APP_VERSION, currAppVersion);
pref.setCharPref(PREF_EM_LAST_APP_VERSION, currAppVersion);
}
},