Bug 500280: clicking the preferences button takes a few seconds to switch screens [r=mark.finkle]

This commit is contained in:
Benjamin Stover 2009-11-12 14:14:57 -05:00
Родитель c8923c1a47
Коммит aa1921a541
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -2716,7 +2716,11 @@ var ImagePreloader = {
"toggledarkmiddle-active", "toggledarkmiddle-inactive",
"toggledarkright-active", "toggledarkright-inactive",
"toggledarkboth-active", "toggledarkboth-inactive",
"toolbarbutton-active", "toolbarbutton-default"];
"toolbarbutton-active", "toolbarbutton-default",
"addons-active", "addons-default",
"downloads-active", "downloads-default",
"preferences-active", "preferences-default",
"settings-active", "settings-open"];
let size = screen.width > 400 ? "-64" : "-36";
for (let i = 0; i < images.length; i++) {