--- a/libpurple/protocols/yahoo/libymsg.c Wed Jul 17 22:12:54 2013 +0530 +++ b/libpurple/protocols/yahoo/libymsg.c Wed Jul 17 23:23:00 2013 +0530 @@ -4795,13 +4795,13 @@ type = purple_status_type_new_with_attrs(PURPLE_STATUS_AVAILABLE, YAHOO_STATUS_TYPE_AVAILABLE, NULL, TRUE, TRUE, FALSE, "message", _("Message"), - purple_value_new(PURPLE_TYPE_STRING), NULL); + purple_g_value_new(G_TYPE_STRING), NULL); types = g_list_append(types, type); type = purple_status_type_new_with_attrs(PURPLE_STATUS_AWAY, YAHOO_STATUS_TYPE_AWAY, NULL, TRUE, TRUE, FALSE, "message", _("Message"), - purple_value_new(PURPLE_TYPE_STRING), NULL); + purple_g_value_new(G_TYPE_STRING), NULL); types = g_list_append(types, type); type = purple_status_type_new(PURPLE_STATUS_AWAY, YAHOO_STATUS_TYPE_BRB, _("Be Right Back"), TRUE); @@ -4810,7 +4810,7 @@ type = purple_status_type_new_with_attrs(PURPLE_STATUS_UNAVAILABLE, YAHOO_STATUS_TYPE_BUSY, _("Busy"), TRUE, TRUE, FALSE, "message", _("Message"), - purple_value_new(PURPLE_TYPE_STRING), NULL); + purple_g_value_new(G_TYPE_STRING), NULL); types = g_list_append(types, type); type = purple_status_type_new(PURPLE_STATUS_AWAY, YAHOO_STATUS_TYPE_NOTATHOME, _("Not at Home"), TRUE);