Bug 792656 - Final version: Fix typo of system message type, r=qdot

This commit is contained in:
Gina Yeh 2012-09-20 13:53:33 +08:00
Родитель 42e66dded9
Коммит a87342976e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");
}