mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 407292 - "When adding a bookmark with no title, we should use the uri as the title" [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=Mano a=blocking-firefox3+]
This commit is contained in:
parent
2dfd774172
commit
22be418f0e
@ -184,7 +184,7 @@ var PlacesCommandHook = {
|
||||
var title;
|
||||
var description;
|
||||
try {
|
||||
title = webNav.document.title;
|
||||
title = webNav.document.title || url.spec;
|
||||
description = PlacesUtils.getDescriptionFromDocument(webNav.document);
|
||||
}
|
||||
catch (e) { }
|
||||
|
Loading…
Reference in New Issue
Block a user