diff src/conversation.c @ 2874:48123cba5a87

[gaim-migrate @ 2887] 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 . committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 11 Dec 2001 10:35:46 +0000
parents 7a6f33cd6721
children 403dd881dcc4
line wrap: on
line diff
--- a/src/conversation.c	Tue Dec 11 08:24:13 2001 +0000
+++ b/src/conversation.c	Tue Dec 11 10:35:46 2001 +0000
@@ -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)