When iterating over devices in a certain technology, it was using wrong prop name.
Remove also a trailing space --- src/lib/connman/e_connman_technology.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/connman/e_connman_technology.c b/src/lib/connman/e_connman_technology.c index 223d3ec..198b847 100644 --- a/src/lib/connman/e_connman_technology.c +++ b/src/lib/connman/e_connman_technology.c @@ -107,7 +107,7 @@ e_connman_technology_state_get(const E_Connman_Element *technology, const char * /** * Get array of device elements. - * + * * If this property isn't found then 0 is returned. * If zero is returned, then this call failed and parameter-returned * values shall be considered invalid. @@ -128,5 +128,5 @@ e_connman_technology_devices_get(const E_Connman_Element *technology, unsigned i EINA_SAFETY_ON_NULL_RETURN_VAL(count, 0); EINA_SAFETY_ON_NULL_RETURN_VAL(t_elements, 0); return e_connman_element_objects_array_get_stringshared - (technology, e_connman_prop_services, count, t_elements); + (technology, e_connman_prop_devices, count, t_elements); } -- 1.7.0.1 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel