bug 229737 use documentURI as the URI for which to store the favicon

patch by mconnor r=biesi sr=neil
This commit is contained in:
cbiesinger%web.de 2006-09-14 06:11:07 +00:00
Родитель 31e46a5d35
Коммит eb1abbcedc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -317,7 +317,7 @@ function UpdateBookmarksLastVisitedDate(event)
function HandleBookmarkIcon(iconURL, addFlag)
{
var url = getWebNavigation().currentURI.spec
var url = content.document.documentURI;
if (url) {
// update URL with new icon reference
if (!gBookmarksService)