dundee: Fix typo in Manager's signal DeviceAdded
authorPaulo Borges <paulo.borges@openbossa.org>
Fri, 22 Feb 2013 17:01:11 +0000 (14:01 -0300)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 22 Feb 2013 17:28:57 +0000 (11:28 -0600)
This typo was preventing dundee from sending the signal.

dundee/manager.c

index d7374d6..e8a37bf 100644 (file)
@@ -90,7 +90,7 @@ static const GDBusMethodTable manager_methods[] = {
 };
 
 static const GDBusSignalTable manager_signals[] = {
-       { GDBUS_SIGNAL("DevicesAdded",
+       { GDBUS_SIGNAL("DeviceAdded",
                GDBUS_ARGS({ "path", "o"},{ "properties", "a{sv}" })) },
        { GDBUS_SIGNAL("DeviceRemoved",
                GDBUS_ARGS({ "path", "o"})) },