From: Rob F. <rob...@us...> - 2001-10-04 15:57:14
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv14233/src Modified Files: conversation.c Log Message: Nothing here, just fixed a typo. Stop reading this. Delete this message now. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.271 retrieving revision 1.272 diff -u -d -r1.271 -r1.272 --- conversation.c 2001/10/03 20:36:33 1.271 +++ conversation.c 2001/10/04 15:57:10 1.272 @@ -58,6 +58,7 @@ #include "pixmaps/oneeye.xpm" #include "pixmaps/crazy4.xpm" #include "pixmaps/mrt.xpm" +#include "pixmaps/download.xpm" int state_lock = 0; @@ -100,6 +101,7 @@ gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:-)", crazy4_xpm); 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); } void quiet_set(GtkWidget *tb, int state) |