FIx to the pref, so when the pref goes on, the general button is default selected.

This commit is contained in:
mgalli%geckonnection.com 2006-01-12 22:58:43 +00:00
Родитель 9633d346b1
Коммит a516fb4220
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -192,6 +192,8 @@ function prefStartup() {
syncPrefLoadDOM(document.getElementById("prefsInstance").prefArray);
syncUIZoom(); // from common.js
gToolbarButtonSelected.focus();
}