X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/1b42784146ab0d40637c80cf6064bafe679a5a0a..b95b3724f522c3d7ab2ede752e2913287b172b8e:/src/parse.y diff --git a/src/parse.y b/src/parse.y index 662f990..9b29d25 100644 --- a/src/parse.y +++ b/src/parse.y @@ -614,9 +614,9 @@ property_link_and_export (Node *node) const char *setcast = ""; char *to_free = NULL; set_func = g_strdup_printf ("g_value_set_%s", prop->gtktype); - g_strdown (set_func); + gob_strdown (set_func); get_func = g_strdup_printf ("g_value_get_%s", prop->gtktype); - g_strdown (get_func); + gob_strdown (get_func); if (for_cpp) { if (strcmp (prop->gtktype, "FLAGS") == 0) {