removing BrowserReload after pref changes

This commit is contained in:
dougt%meer.net 2005-11-02 04:44:49 +00:00
Родитель f453c6c736
Коммит 2ec30aa204
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -632,7 +632,7 @@ function DoBrowserRSS() {
function DoPanelPreferences() {
window.openDialog("chrome://minimo/content/preferences/preferences.xul","preferences","modal,centerscreeen,chrome,resizable=no");
BrowserReload();
// BrowserReload();
syncUIZoom();
}
@ -813,4 +813,4 @@ function util_validateInteger(s)
}
return true;
}