Bug 304574 Don't re-fetch images for URL bar favicon

r=mconnor
This commit is contained in:
cst%yecc.com 2006-08-13 04:41:46 +00:00
Родитель 9011157180
Коммит 9ef3f8c823
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -238,7 +238,7 @@
<image id="page-proxy-button" <image id="page-proxy-button"
ondraggesture="PageProxyDragGesture(event);" ondraggesture="PageProxyDragGesture(event);"
tooltiptext="&proxyIcon.tooltip;"/> tooltiptext="&proxyIcon.tooltip;"/>
<image id="page-proxy-favicon" <image id="page-proxy-favicon" validate="never"
ondraggesture="PageProxyDragGesture(event);" ondraggesture="PageProxyDragGesture(event);"
onload="this.parentNode.selectedIndex = 1; onload="this.parentNode.selectedIndex = 1;
event.stopPropagation();" event.stopPropagation();"