diff -r cd3a67db852d -r 01d979efd0ed src/buddy_chat.c --- a/src/buddy_chat.c Fri Apr 20 08:27:43 2001 +0000 +++ b/src/buddy_chat.c Fri Apr 20 09:34:33 2001 +0000 @@ -41,6 +41,7 @@ #include "pixmaps/luke03.xpm" #include "pixmaps/oneeye.xpm" +#include "pixmaps/crazy4.xpm" static GtkWidget *joinchat; static struct gaim_connection *joinchatgc; @@ -850,6 +851,8 @@ gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:-)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(text), "O-)", oneeye_xpm); + gtk_imhtml_associate_smiley(GTK_IMHTML(text), ">:)", crazy4_xpm); + gtk_imhtml_associate_smiley(GTK_IMHTML(text), ">:-)", crazy4_xpm); gtk_widget_show(text); lbox = gtk_vbox_new(FALSE, 5);