# HG changeset patch # User Sean Egan # Date 1023083666 0 # Node ID 59178b14052994abfb9e374e690aec6f6caf6c48 # Parent c5b4e55024e3d30b0d5b70fa9626140f19347927 [gaim-migrate @ 3319] A mute icon. It is unable to speak. committer: Tailor Script diff -r c5b4e55024e3 -r 59178b140529 pixmaps/Makefile.am --- a/pixmaps/Makefile.am Mon Jun 03 05:52:52 2002 +0000 +++ b/pixmaps/Makefile.am Mon Jun 03 05:54:26 2002 +0000 @@ -99,6 +99,7 @@ smile8.xpm \ smile_icon.xpm \ speaker.xpm \ + speaker_mute.xpm \ status-away.xpm \ status-game.xpm \ status-here.xpm \ diff -r c5b4e55024e3 -r 59178b140529 pixmaps/speaker_mute.xpm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pixmaps/speaker_mute.xpm Mon Jun 03 05:54:26 2002 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * speaker_mute_xpm[] = { +"17 13 17 1", +" c None", +". c #000000", +"+ c #FF0000", +"@ c #9E9A8C", +"# c #B8B4A6", +"$ c #9B988A", +"% c #CFCCC4", +"& c #E4E2DE", +"* c #D1CFC7", +"= c #C5C2B7", +"- c #DEDCD7", +"; c #D7D5CF", +"> c #C5C1B7", +", c #B0AC9C", +"' c #79766C", +") c #8D8A7D", +"! c #7E7B70", +" . ", +" .. .+ ", +" .@. +++ ", +" ... .@#. +++. ", +" .$$.@%&.+++. . ", +" .*=.-;>+++ . . ", +" .,,.##+++ . . ", +" .$$.+++.. . . ", +" .''+++@. . . ", +" .++++)@. . . ", +" +++ .!. . ", +" ++ .. . ", +" . "};