mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783323 - Send the message name to content for System Messages [r=vingtetun]
This commit is contained in:
parent
b32286f2e0
commit
99514cf013
@ -372,6 +372,7 @@ Services.obs.addObserver(function onSystemMessage(subject, topic, data) {
|
||||
url: msg.uri,
|
||||
origin: origin,
|
||||
manifest: msg.manifest,
|
||||
isActivity: (msg.type == 'activity'),
|
||||
target: msg.target
|
||||
});
|
||||
}, 'system-messages-open-app', false);
|
||||
|
Loading…
Reference in New Issue
Block a user