aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-asapo.c')
-rw-r--r--src/im-asapo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 4eafd058..362a73b0 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -62,8 +62,7 @@ static void show_asapo_error(const char *msg, const AsapoErrorHandle err)
AsapoStringHandle im_asapo_group_id_from_string(const char *str)
{
- /* FIXME: This function does not yet exist */
- return asapostringhandle_from_string(str);
+ return asapo_string_from_c_str(str);
}