libpurple/protocols/yahoo/libymsg.c

branch
soc.2013.gobjectification
changeset 35005
bff56dfca65d
parent 34999
90850ff4b5eb
child 35265
77664079d0f0
--- a/libpurple/protocols/yahoo/libymsg.c	Tue Oct 08 10:10:15 2013 +0530
+++ b/libpurple/protocols/yahoo/libymsg.c	Tue Oct 08 20:30:51 2013 +0530
@@ -4710,13 +4710,13 @@
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_AVAILABLE, YAHOO_STATUS_TYPE_AVAILABLE,
 	                                       NULL, TRUE, TRUE, FALSE,
 	                                       "message", _("Message"),
-	                                       purple_g_value_new(G_TYPE_STRING), NULL);
+	                                       purple_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_g_value_new(G_TYPE_STRING), NULL);
+	                                       purple_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);
@@ -4725,7 +4725,7 @@
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_UNAVAILABLE, YAHOO_STATUS_TYPE_BUSY,
 	                                       _("Busy"), TRUE, TRUE, FALSE,
 	                                       "message", _("Message"),
-	                                       purple_g_value_new(G_TYPE_STRING), NULL);
+	                                       purple_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);

mercurial