gdbus: Fix not calling property_changed callback
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 27 Feb 2013 12:00:23 +0000 (14:00 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Apr 2013 03:09:51 +0000 (20:09 -0700)
commitdcf4ccb94749905c20981e6e5fa25c2e59bbf1e5
tree341bb068c4c55eb2548d264067fa34780eb48c03
parentde4aa7266b6e57ece9536031817dd7380ab9e242
gdbus: Fix not calling property_changed callback

In case a property did not appear by the time proxy_added was called
property_changed has to be called if it appear latter otherwise the
application will be unaware of it.
gdbus/client.c