elementary: Fix passing wrong parameter
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 13:57:14 +0000 (09:57 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 13:57:14 +0000 (09:57 -0400)
Summary: clang reports passing EINA_FALSE here is being treated as an
Eo object, so pass NULL instead

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_atspi_bridge.c

index b405655..86042e1 100644 (file)
@@ -2799,7 +2799,7 @@ _collection_inorder(Eo *collection, struct collection_match_rule *rule, Eina_Lis
              parent = elm_interface_atspi_accessible_parent_get(),
              idx = elm_interface_atspi_accessible_index_in_parent_get());
        count = _collection_sort_order_canonical(rule, list, count, max, parent,
-                                     idx + 1, EINA_TRUE, EINA_FALSE, EINA_TRUE, traverse);
+                                     idx + 1, EINA_TRUE, NULL, EINA_TRUE, traverse);
        obj = parent;
     }