mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1131416 - Desktop syncing module for reading list service (one more fix to prepatory changes). r=jaws
This commit is contained in:
parent
c45e02d1ff
commit
7d7736d165
@ -441,7 +441,7 @@ let RLSidebar = {
|
||||
if (!msg.url) {
|
||||
this.activeItem = null;
|
||||
} else {
|
||||
ReadingList.getItemForURL(msg.url).then(item => {
|
||||
ReadingList.itemForURL(msg.url).then(item => {
|
||||
this.activeItem = this.itemNodesById.get(item.id);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user