From: Tom Hacohen <t...@nospam>

---
 src/opimd/dbus/contacts.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/opimd/dbus/contacts.h b/src/opimd/dbus/contacts.h
index 4df8200..2184708 100644
--- a/src/opimd/dbus/contacts.h
+++ b/src/opimd/dbus/contacts.h
@@ -82,7 +82,8 @@ 
org_freesmartphone_PIM_Contacts_get_single_contact_single_field_async (DBusGProx
   stuff = g_new (DBusGAsyncData, 1);
   stuff->cb = G_CALLBACK (callback);
   stuff->userdata = userdata;
-  return dbus_g_proxy_begin_call (proxy, "GetSingleContactSingleField", 
org_freesmartphone_PIM_Contacts_get_single_contact_single_field_async_callback, 
stuff, g_free, dbus_g_type_get_map ("GHashTable", G_TYPE_STRING, G_TYPE_VALUE), 
IN_query, G_TYPE_STRING, IN_field, G_TYPE_INVALID);
+  /*FIXME: fixed the typo though a rename of function is still needed!!! */
+  return dbus_g_proxy_begin_call (proxy, "GetSingleEntrySingleField", 
org_freesmartphone_PIM_Contacts_get_single_contact_single_field_async_callback, 
stuff, g_free, dbus_g_type_get_map ("GHashTable", G_TYPE_STRING, G_TYPE_VALUE), 
IN_query, G_TYPE_STRING, IN_field, G_TYPE_INVALID);
 }
 static
 #ifdef G_HAVE_INLINE
-- 
1.6.4.2

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to