comparison src/conversation.c @ 551:33f8d91a9e9c

[gaim-migrate @ 561] It's a secret!! committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 29 Jul 2000 03:29:09 +0000
parents c9f994ea5833
children 66fe9f2c26ad
comparison
equal deleted inserted replaced
550:6bd2bbc1b6c8 551:33f8d91a9e9c
913 913
914 if (face || strlen(m) < 3) return face; 914 if (face || strlen(m) < 3) return face;
915 *len = 3; 915 *len = 3;
916 if ( !strncmp(m, ":-)", 3)) { 916 if ( !strncmp(m, ":-)", 3)) {
917 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, smile_xpm); 917 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, smile_xpm);
918 } else if (!strncmp(m, "C:)", 3)) {
919 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, luke03_xpm);
918 } else if (!strncmp(m, ":-(", 3)) { 920 } else if (!strncmp(m, ":-(", 3)) {
919 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, sad_xpm); 921 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, sad_xpm);
920 } else if (!strncmp(m, ";-)", 3)) { 922 } else if (!strncmp(m, ";-)", 3)) {
921 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, wink_xpm); 923 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, wink_xpm);
922 } else if (!strncmp(m, ":-p", 3) || 924 } else if (!strncmp(m, ":-p", 3) ||
949 951
950 if (face || strlen(m) < 4) return face; 952 if (face || strlen(m) < 4) return face;
951 *len = 4; 953 *len = 4;
952 if ( !strncmp(m, "O:-)", 4)) { 954 if ( !strncmp(m, "O:-)", 4)) {
953 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, angel_xpm); 955 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, angel_xpm);
956 }
957 else if (!strncmp(m, "C:-)", 4)) {
958 face = gdk_pixmap_create_from_xpm_d(c->window->window, &mask, &c->window->style->white, luke03_xpm);
954 } 959 }
955 960
956 if (face || strlen(m) < 6) return face; 961 if (face || strlen(m) < 6) return face;
957 *len = 6; 962 *len = 6;
958 if ( !strncmp(m, "&gt;:o", 6)) { 963 if ( !strncmp(m, "&gt;:o", 6)) {