mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 398398. Unable to Reload Live Bookmarks. r=dietrich, a=mconnor
This commit is contained in:
parent
7fe8387726
commit
1d8e2138a3
@ -411,7 +411,7 @@ var PlacesUtils = {
|
||||
// Use the annotations service directly to avoid instantiating
|
||||
// the Livemark service on startup. (bug 398300)
|
||||
return this.nodeIsFolder(aNode) &&
|
||||
this._annotations.itemHasAnnotation(aNode, LMANNO_FEEDURI);
|
||||
this.annotations.itemHasAnnotation(aNode.itemId, LMANNO_FEEDURI);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user