зеркало из https://github.com/mozilla/gecko-dev.git
Bug 792656 - Final version: Fix typo of system message type, r=qdot
This commit is contained in:
Родитель
42e66dded9
Коммит
a87342976e
|
@ -1073,7 +1073,7 @@ EventFilter(DBusConnection* aConn, DBusMessage* aMsg, void* aData)
|
|||
if (v.get_ArrayOfBluetoothNamedValue()[0].name().EqualsLiteral("Paired")) {
|
||||
// transfer signal to BluetoothService and
|
||||
// broadcast system message of bluetooth-pairingstatuschanged
|
||||
signalName = NS_LITERAL_STRING("PairedStatusChagned");
|
||||
signalName = NS_LITERAL_STRING("PairedStatusChanged");
|
||||
signalPath = NS_LITERAL_STRING(LOCAL_AGENT_PATH);
|
||||
v.get_ArrayOfBluetoothNamedValue()[0].name() = NS_LITERAL_STRING("paired");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче