* [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* [PATCH 2/2] dundee: Fix typo in dundee-disconnect test
2013-02-22 17:01 [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded Paulo Borges
@ 2013-02-22 17:01 ` Paulo Borges
2013-02-22 17:30 ` [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded Denis Kenzior
1 sibling, 0 replies; 3+ messages in thread
From: Paulo Borges @ 2013-02-22 17:01 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 532 bytes --]
---
test/dundee-disconnect | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dundee-disconnect b/test/dundee-disconnect
index 5b3113e..a285dc8 100755
--- a/test/dundee-disconnect
+++ b/test/dundee-disconnect
@@ -13,7 +13,7 @@ else:
devices = manager.GetDevices()
path = devices[0][0]
-print "Disonnect device %s..." % path
+print "Disconnect device %s..." % path
device = dbus.Interface(bus.get_object('org.ofono.dundee', path),
'org.ofono.dundee.Device')
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] dundee: Fix typo in Manager's signal DeviceAdded
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 ` Denis Kenzior
1 sibling, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2013-02-22 17:30 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
Hi Paulo,
On 02/22/2013 11:01 AM, Paulo Borges wrote:
> This typo was preventing dundee from sending the signal.
> ---
> dundee/manager.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Both patches have been applied, thanks.
Regards,
-Denis
^ permalink raw reply [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