efl/edbus: Fix edbus_name_owner_changed() when bus name is not on bus
authorJosé Roberto de Souza <zezsouza@gmail.com>
Tue, 22 Jan 2013 13:34:34 +0000 (13:34 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Tue, 22 Jan 2013 13:34:34 +0000 (13:34 +0000)
commitba63fa7ed2f53c7166d12a67b303b4a9fd43fc77
treefb1e94e14136e382e4618a8988a87d147be6b670
parent623a73d1ed6d32b6797a9ce881c6bec4c0a9b1a3
efl/edbus: Fix edbus_name_owner_changed() when bus name is not on bus

If we pass the last argument as TRUE, that means user want to know the actual
bus id of the bus name and if the bus name is not registered it never notify
the user.

This bug was insert when fixing another one, because of that there more code
here to fix the previous bug too.

Patch by: José Roberto de Souza <zezsouza@gmail.com>

SVN revision: 83082
src/lib/edbus/EDBus.h
src/lib/edbus/edbus_core.c
src/lib/edbus/edbus_pending.c
src/lib/edbus/edbus_private_types.h
src/tests/edbus/edbus_test_edbus_init.c