edbus: Fix typo in object manager

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 80710
This commit is contained in:
José Roberto de Souza 2012-12-11 19:52:15 +00:00 committed by Lucas De Marchi
parent 4f05ef66e5
commit 7c8e5cd193
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ _property_changed_iter(void *data, const void *key, EDBus_Message_Iter *var)
event.name = skey;
event.value = &stack_value;
_edbus_object_event_callback_call(edbus_proxy_object_get(proxy),
EDBUS_OBJECT_EVENT_IFACE_REMOVED,
EDBUS_OBJECT_EVENT_PROPERTY_CHANGED,
&event);
eina_value_free(st_value);
eina_value_flush(&stack_value);