mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 809974: Set the last update installed time for B2G. r=fabrice
This commit is contained in:
parent
e145624da3
commit
de9c777dc4
@ -152,7 +152,10 @@ UpdatePrompt.prototype = {
|
||||
},
|
||||
|
||||
showUpdateHistory: function UP_showUpdateHistory(aParent) { },
|
||||
showUpdateInstalled: function UP_showUpdateInstalled() { },
|
||||
showUpdateInstalled: function UP_showUpdateInstalled() {
|
||||
let lock = Services.settings.createLock();
|
||||
lock.set("deviceinfo.last_updated", Date.now(), null, null);
|
||||
},
|
||||
|
||||
// Custom functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user