Mercurial > pidgin
changeset 10600:9887014b7390
[gaim-migrate @ 12022]
lets fix smileys right before html in HEAD too
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 15 Feb 2005 02:20:27 +0000 |
parents | c08097a4b97b |
children | e46b51de549a |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);