diff src/gtkimhtml.c @ 3501:3335ef5fbecc

[gaim-migrate @ 3564] i18n fixes from paco-paco and msw, /topic fix from kingant. get the i18n fixes into gtk1-stable and i'm done for the night. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 14 Sep 2002 03:17:05 +0000
parents d33ec392a5e1
children 7703b2689791
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat Sep 14 03:08:39 2002 +0000
+++ b/src/gtkimhtml.c	Sat Sep 14 03:17:05 2002 +0000
@@ -2119,8 +2119,6 @@
 			ret_font = gdk_font_load (tmp); 
 		else {
 			/* For some reason, fontsets must end with a single * as an xlfd */
-			gchar *garbage = tmp;
-			tmp = g_strconcat(garbage, ",*", NULL);
 			ret_font = gdk_fontset_load (tmp); 
 		}
 		/* If the font didn't load, we change some of the xlfds one by one