Mercurial > pidgin
changeset 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 | 26be84883f91 |
children | bc8f5a2231b8 |
files | pixmaps/Makefile.am pixmaps/farted.xpm src/conversation.c |
diffstat | 3 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pixmaps/Makefile.am Tue Dec 11 08:24:13 2001 +0000 +++ b/pixmaps/Makefile.am Tue Dec 11 10:35:46 2001 +0000 @@ -32,6 +32,7 @@ download.xpm \ embarrassed.xpm \ exit_small.xpm \ + farted.xpm \ fgcolor.xpm \ fontface.xpm \ fontface2.xpm \
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pixmaps/farted.xpm Tue Dec 11 10:35:46 2001 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * farted2_xpm[] = { +"19 19 10 1", +" c None", +". c #000000", +"+ c #CCCC00", +"@ c #FFFF00", +"# c #D8D83F", +"$ c #666633", +"% c #FFFFFF", +"& c #FFCC00", +"* c #FF9900", +"= c #999933", +" ....... ", +" ..+@@@@@+.. ", +" .+@@@@@@@@@+. ", +" .@@@@@@@@@@@@@. ", +" .+@@@.@@@@@.@@@+. ", +" .@@@.@@@@@@@.@@@. ", +".#@@.$..@@@..$.@@+.", +".@@.$%.%.@.%.%$.@@.", +".@@@$%.%.@.%.%$@@@.", +".@@@&.%%.@.%%.&@@@.", +".@&&&&..@@@..&&&@@.", +".@&&**&@@@@@&**&&@.", +".+&****&@@@&****&+.", +" .&&*..&@@@&..*&&. ", +" .&&&=&.....&=&&&. ", +" .&&&@@@@@@@&&&. ", +" .+*@@***@@*+. ", +" ..+@@@@@+.. ", +" ....... "};
--- 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)