projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad970d
)
Use correct interface name for device properties
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 12:44:59 +0000
(13:44 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 12:44:59 +0000
(13:44 +0100)
test/list-devices
patch
|
blob
|
history
diff --git
a/test/list-devices
b/test/list-devices
index
d7b9331
..
66af8bd
100755
(executable)
--- a/
test/list-devices
+++ b/
test/list-devices
@@
-11,7
+11,7
@@
properties = manager.GetProperties()
for path in properties["Devices"]:
element = dbus.Interface(bus.get_object("org.moblin.connman", path),
- "org.moblin.connman.
Element
")
+ "org.moblin.connman.
Device
")
properties = element.GetProperties()