Bug 273466 Can't drag favicon from url bar into bookmark sidebar to create bookmark

p=jag/me r=bsmedberg
This commit is contained in:
bugzilla%arlen.demon.co.uk 2004-12-24 23:49:26 +00:00
Родитель 54a8b8baac
Коммит 60cf76fb46
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1885,7 +1885,7 @@ nsGlobalHistory::GetTarget(nsIRDFResource* aSource,
if (strcmp(filename.get(), "/") == 0) {
// if the top of a site does not have a title
// (common for redirections) then return the hostname
return GetTarget(aSource, kNC_Hostname, aTruthValue, aTarget);
rv = GetRowValue(row, kToken_HostnameColumn, filename);
}
}