[PATCH 1/2] service: fix object path when unregistering msg

2012-03-22 Thread Ronald Tessier
The 'value' parameter is an mms_message pointer and not a pointer to the uuid. Don't need to remove message from the hash table (with g_hash_table_foreach_remove) since calling mms_message_unregister() on every messages will remove them from the hash table. --- src/service.c | 12 1

[PATCH 1/2] service: fix object path when unregistering msg

2012-03-14 Thread Ronald Tessier
The 'value' parameter is an mms_message pointer and not a pointer to the uuid. Don't need to remove message from the hash table (with g_hash_table_foreach_remove) since calling mms_message_unregister() on every messages will remove them from the hash table. --- src/service.c | 12 1