mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
set record ID in history store when creating a record
This commit is contained in:
parent
03d78b3d84
commit
465c145c78
@ -420,6 +420,7 @@ HistoryStore.prototype = {
|
||||
createRecord: function HistStore_createRecord(guid) {
|
||||
let foo = this._findURLByGUID(guid);
|
||||
let record = new HistoryRec();
|
||||
record.id = guid;
|
||||
if (foo) {
|
||||
record.histUri = foo.url;
|
||||
record.title = foo.title;
|
||||
|
Loading…
Reference in New Issue
Block a user