Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv23788
Modified Files:
gtkimhtml.c
Log Message:
were you having...... prahhhhhhhhhblems?!
Index: gtkimhtml.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- gtkimhtml.c 2001/11/29 08:36:31 1.83
+++ gtkimhtml.c 2001/11/30 09:51:23 1.84
@@ -1929,7 +1929,7 @@
} else
newvals = g_memdup (xflds, 16 * sizeof (xflds));
- if ((i < ADSTYL) && !xflds [ADSTYL][0])
+ if ((i > ADSTYL) && !xflds [ADSTYL][0])
newvals [ADSTYL] = "*";
if (bold)
|