From: Eric W. <war...@us...> - 2001-12-11 10:35:49
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv31320/src Modified Files: conversation.c Log Message: t h i s i s n o t a t e s t . t h i s i s n o t a t e s t . t h i s i s n o t a t e s t . Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.315 retrieving revision 1.316 diff -u -d -r1.315 -r1.316 --- conversation.c 2001/12/08 10:03:38 1.315 +++ conversation.c 2001/12/11 10:35:46 1.316 @@ -59,6 +59,7 @@ #include "pixmaps/crazy4.xpm" #include "pixmaps/mrt.xpm" #include "pixmaps/download.xpm" +#include "pixmaps/farted.xpm" static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; @@ -105,6 +106,7 @@ gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-o)))", mrt_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-O)))", mrt_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), "8-|)", download_xpm); + gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-])", farted_xpm); } void quiet_set(GtkWidget *tb, int state) |