mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 953313 - Fix idle observer notification, after Bug 715041 broke in-tree consumers. r=mak
This commit is contained in:
parent
de932f6cf4
commit
b118abaec6
@ -36,7 +36,7 @@ const TOPIC_PREF_CHANGED = "nsPref:changed";
|
||||
const TOPIC_DEBUG_START_EXPIRATION = "places-debug-start-expiration";
|
||||
const TOPIC_EXPIRATION_FINISHED = "places-expiration-finished";
|
||||
const TOPIC_IDLE_BEGIN = "idle";
|
||||
const TOPIC_IDLE_END = "back";
|
||||
const TOPIC_IDLE_END = "active";
|
||||
const TOPIC_IDLE_DAILY = "idle-daily";
|
||||
|
||||
// Branch for all expiration preferences.
|
||||
|
Loading…
Reference in New Issue
Block a user