Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded
@ 2013-02-22 17:01 Paulo Borges
  2013-02-22 17:01 ` [PATCH 2/2] dundee: Fix typo in dundee-disconnect test Paulo Borges
  2013-02-22 17:30 ` [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Paulo Borges @ 2013-02-22 17:01 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

This typo was preventing dundee from sending the signal.
---
 dundee/manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dundee/manager.c b/dundee/manager.c
index d7374d6..e8a37bf 100644
--- a/dundee/manager.c
+++ b/dundee/manager.c
@@ -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"})) },
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-22 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 17:01 [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded Paulo Borges
2013-02-22 17:01 ` [PATCH 2/2] dundee: Fix typo in dundee-disconnect test Paulo Borges
2013-02-22 17:30 ` [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox