Bug 398398. Unable to Reload Live Bookmarks. r=dietrich, a=mconnor

This commit is contained in:
sayrer@gmail.com 2007-10-03 14:46:16 -07:00
parent 7fe8387726
commit 1d8e2138a3

View File

@ -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);
},
/**