pidgin/gtkwebviewtoolbar.c

branch
soc.2013.gobjectification.plugins
changeset 36968
21b1fc18a521
parent 36963
6cc39a95f75b
parent 35126
669cb2286130
child 37066
1ebce1f4993b
--- a/pidgin/gtkwebviewtoolbar.c	Tue Dec 31 01:09:28 2013 +0530
+++ b/pidgin/gtkwebviewtoolbar.c	Wed Jan 01 11:01:34 2014 +0530
@@ -1085,7 +1085,7 @@
 	toggle_action_set_active_block(GTK_TOGGLE_ACTION(priv->font),
 	                               (tmp && *tmp), toolbar);
 	if (tmp && *tmp) {
-		gchar *markup = g_strdup_printf("<span font_desc=\"%s\">%s</span>",
+		gchar *markup = g_strdup_printf("<span face=\"%s\">%s</span>",
 		                                tmp, label);
 		g_free(label);
 		label = markup;

mercurial