# HG changeset patch # User Eric Warmenhoven # Date 987759273 0 # Node ID e5ba877f51f2cf238afdb055e0b61b7d514efcd6 # Parent 7fc4b9fe295a94ff99a88ec71ba9bdc6f5e61c4b [gaim-migrate @ 1742] D3nnisR's CRAZY >:) committer: Tailor Script diff -r 7fc4b9fe295a -r e5ba877f51f2 pixmaps/Makefile.am --- a/pixmaps/Makefile.am Fri Apr 20 08:27:43 2001 +0000 +++ b/pixmaps/Makefile.am Fri Apr 20 09:34:33 2001 +0000 @@ -27,6 +27,7 @@ cancel.xpm \ close.xpm \ close_small.xpm \ + crazy4.xpm \ crossedlips.xpm \ cry.xpm \ daemon-buddyadd.xpm \ diff -r 7fc4b9fe295a -r e5ba877f51f2 pixmaps/crazy4.xpm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pixmaps/crazy4.xpm Fri Apr 20 09:34:33 2001 +0000 @@ -0,0 +1,56 @@ +/* XPM */ +static char * crazy4_xpm[] = { +"19 19 34 1", +" c None", +". c #000000", +"+ c #191900", +"@ c #1A1A00", +"# c #FEFC00", +"$ c #161500", +"% c #FEF500", +"& c #FFFFFF", +"* c #FE001D", +"= c #151500", +"- c #939393", +"; c #868686", +"> c #1D1D1D", +", c #7C7C7C", +"' c #262626", +") c #5D5D5D", +"! c #1A1A1A", +"~ c #FEFEFE", +"{ c #0D0D00", +"] c #545454", +"^ c #3B3B3B", +"/ c #767676", +"( c #A1A1A1", +"_ c #101010", +": c #141400", +"< c #3F3F3F", +"[ c #2C2C2C", +"} c #595959", +"| c #787878", +"1 c #0C0C0C", +"2 c #121200", +"3 c #BBBBBB", +"4 c #702800", +"5 c #0E0800", +" .. .. ", +" .... .+@.... .... ", +" ....#######.$.. ", +" ......%%%...... ", +" ...&*&.%.&*&... ", +" .#.***.%.***.#. ", +" .##%.**.%.**.%##. ", +" .#=%%..%%%..#%=#. ", +" .#..#########..#. ", +" .#.-.#######.-.#. ", +" .#.&;.....>.;,.#. ", +" +#.';)&&!~&)&'.#. ", +" {#.-]^/(_(/^]-.#. ", +" :#.<[}|1|}[<.#: ", +" 2##.)3~!~&).##2 ", +" :##4444444##+ ", +" 2:#44444#:2 ", +" {54445{ ", +" 444 "}; diff -r 7fc4b9fe295a -r e5ba877f51f2 src/buddy_chat.c --- 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); diff -r 7fc4b9fe295a -r e5ba877f51f2 src/conversation.c --- a/src/conversation.c Fri Apr 20 08:27:43 2001 +0000 +++ b/src/conversation.c Fri Apr 20 09:34:33 2001 +0000 @@ -55,6 +55,7 @@ #include "pixmaps/luke03.xpm" #include "pixmaps/oneeye.xpm" +#include "pixmaps/crazy4.xpm" int state_lock = 0; @@ -2026,6 +2027,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); vbox2 = gtk_vbox_new(FALSE, 5); diff -r 7fc4b9fe295a -r e5ba877f51f2 src/dialogs.c --- a/src/dialogs.c Fri Apr 20 08:27:43 2001 +0000 +++ b/src/dialogs.c Fri Apr 20 09:34:33 2001 +0000 @@ -69,6 +69,7 @@ #include "pixmaps/tongue.xpm" #include "pixmaps/wink.xpm" #include "pixmaps/yell.xpm" +#include "pixmaps/crazy4.xpm" #include "pixmaps/aol_icon.xpm" #include "pixmaps/free_icon.xpm" @@ -1762,6 +1763,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_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(bbox), sw, TRUE, TRUE, 0); @@ -3719,6 +3722,8 @@ gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm); gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm); + gtk_imhtml_associate_smiley(GTK_IMHTML(layout), ">:)", crazy4_xpm); + gtk_imhtml_associate_smiley(GTK_IMHTML(layout), ">:-)", crazy4_xpm); hbox = gtk_hbox_new(FALSE, 0); gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0);