mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 19:05:47 +01:00
Fix bookmark icon loading.
This commit is contained in:
@@ -118,7 +118,7 @@ var BookmarkCache = Module("BookmarkCache", XPCOM(Ci.nsINavBookmarkObserver), {
|
|||||||
|
|
||||||
let post = BookmarkCache.getAnnotation(node.itemId, this.POST);
|
let post = BookmarkCache.getAnnotation(node.itemId, this.POST);
|
||||||
let charset = BookmarkCache.getAnnotation(node.itemId, this.CHARSET);
|
let charset = BookmarkCache.getAnnotation(node.itemId, this.CHARSET);
|
||||||
return Bookmark(node.uri, node.title, node.icon && node.icon.spec, post, keyword, tags, charset, node.itemId);
|
return Bookmark(node.uri, node.title, node.icon, post, keyword, tags, charset, node.itemId);
|
||||||
},
|
},
|
||||||
|
|
||||||
annotate: function (id, key, val, timespan) {
|
annotate: function (id, key, val, timespan) {
|
||||||
|
|||||||
Reference in New Issue
Block a user