Comment fix for Bug 616712 (forgot to qrefresh).

This commit is contained in:
Matt Brubeck 2010-12-08 13:57:19 -08:00
Родитель 192acc878e
Коммит 739d356335
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -405,7 +405,7 @@ pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
pref("security.alternate_certificate_error_page", "certerror");
pref("security.warn_viewing_mixed", false); // Broken in e10s (Bug 616712)
pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616712.
// Override some named colors to avoid inverse OS themes
pref("ui.-moz-dialog", "#efebe7");