# HG changeset patch # User Eric Warmenhoven # Date 1003813186 0 # Node ID ce3df2c43f46301a52a4a145d0387f09ad8a64da # Parent 5efa8077107f84e675f4302efa1bb3f9e638d268 [gaim-migrate @ 2596] thanks to Dennis Lambe Jr. (malsyned). Several of you will probably wonder why I put it in gtkimhtml.c instead of conversation.c like the rest of the smilies. (Dennis also put it in gtkimhtml.c.) gtkimhtml.c strives to be more or less compatible and identical with winaim (though fewer bugs ;) ). winaim parses out :-d. winaim doesn't parse any of the ones in conversation.c though. So if winaim parses it, it goes in gtkimhtml.c. committer: Tailor Script diff -r 5efa8077107f -r ce3df2c43f46 src/gtkimhtml.c --- a/src/gtkimhtml.c Tue Oct 23 04:54:45 2001 +0000 +++ b/src/gtkimhtml.c Tue Oct 23 04:59:46 2001 +0000 @@ -2016,6 +2016,7 @@ gtk_imhtml_associate_smiley (imhtml, ":-X", crossedlips_xpm); gtk_imhtml_associate_smiley (imhtml, ":-D", bigsmile_xpm); + gtk_imhtml_associate_smiley (imhtml, ":-d", bigsmile_xpm); gtk_imhtml_associate_smiley (imhtml, "O:-)", angel_xpm); }