src/buddy_chat.c

changeset 1732
01d979efd0ed
parent 1728
f2022d6c7033
child 1735
4f5f223fca01
--- 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);

mercurial