# HG changeset patch # User Tim Ringenbach # Date 1108434027 0 # Node ID 0c0053f3316cb02a0b14941a72ebac3876097b2d # Parent 7c6952a9d065d40a00ba770075c1bcc2011fab27 [gaim-migrate @ 12022] lets fix smileys right before html in HEAD too diff -r 7c6952a9d065 -r 0c0053f3316c src/gtkimhtml.c --- a/src/gtkimhtml.c Tue Feb 15 01:32:30 2005 +0000 +++ b/src/gtkimhtml.c Tue Feb 15 02:20:27 2005 +0000 @@ -1466,7 +1466,7 @@ else if (*x == '<') /* Because we're all WYSIWYG now, a '<' * char should only appear as the start of a tag. Perhaps a safer (but costlier) * check would be to call gtk_imhtml_is_tag on it */ - return 0; + break; else pos = strchr (t->values->str, *x);