Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv30921/src
Modified Files:
Tag: gtk1-stable
gtkimhtml.c
Log Message:
and the i18n fixes from msw and paco-paco again.
Index: gtkimhtml.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v
retrieving revision 1.108.2.3
retrieving revision 1.108.2.4
diff -u -d -r1.108.2.3 -r1.108.2.4
--- gtkimhtml.c 30 Aug 2002 11:54:54 -0000 1.108.2.3
+++ gtkimhtml.c 14 Sep 2002 03:19:22 -0000 1.108.2.4
@@ -2216,8 +2216,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
|