diff src/conversation.c @ 610:cadb51c068cb

[gaim-migrate @ 620] it's another secret committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 Aug 2000 01:00:21 +0000
parents e33dfed611c9
children 0f7e5ff95f71
line wrap: on
line diff
--- a/src/conversation.c	Fri Aug 04 22:01:10 2000 +0000
+++ b/src/conversation.c	Sat Aug 05 01:00:21 2000 +0000
@@ -66,6 +66,7 @@
 #include "pixmaps/wink.xpm"
 #include "pixmaps/yell.xpm"
 #include "pixmaps/luke03.xpm"
+#include "pixmaps/oneeye.xpm"
 
 
 int state_lock=0;
@@ -999,6 +1000,8 @@
 	*len = 3;
 	if (	   !strncmp(m, ":-)", 3)) {
 		face = gdk_pixmap_create_from_xpm_d(window->window, &mask, &window->style->white, smile_xpm);
+	} else if (!strncmp(m, "O-)", 3)) {
+		face = gdk_pixmap_create_from_xpm_d(window->window, &mask, &window->style->white, oneeye_xpm);
 	} else if (!strncmp(m, "C:)", 3)) {
 		face = gdk_pixmap_create_from_xpm_d(window->window, &mask, &window->style->white, luke03_xpm);
 	} else if (!strncmp(m, ":-(", 3)) {