tags: 353011 patch thanks The attached patch should fix the problem
-- :wq
diff -Naur xchat-2.6.1.orig/src/fe-gtk/maingui.c xchat-2.6.1/src/fe-gtk/maingui.c
--- xchat-2.6.1.orig/src/fe-gtk/maingui.c 2006-05-24 12:52:22.000000000 +0200
+++ xchat-2.6.1/src/fe-gtk/maingui.c 2005-12-27 07:50:31.000000000 +0100
@@ -109,7 +109,7 @@
if (small)
{
- attr = pango_attr_scale_new (PANGO_SCALE_X_SMALL);
+ attr = pango_attr_scale_new (PANGO_SCALE_SMALL);
attr->start_index = 0;
attr->end_index = 0xffff;
pango_attr_list_insert (list, attr);
pgp27J2bdUpMN.pgp
Description: PGP signature

