From: Luke S. <lsc...@us...> - 2002-09-14 03:17:07
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv30217/src Modified Files: gtkimhtml.c Log Message: 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. Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- gtkimhtml.c 29 Aug 2002 21:40:07 -0000 1.119 +++ gtkimhtml.c 14 Sep 2002 03:17:04 -0000 1.120 @@ -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 |