changeset 3301:59178b140529

[gaim-migrate @ 3319] A mute icon. It is unable to speak. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 03 Jun 2002 05:54:26 +0000
parents c5b4e55024e3
children 32758242349c
files pixmaps/Makefile.am pixmaps/speaker_mute.xpm
diffstat 2 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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			\
--- /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",
+"        .        ",
+"       ..    .+  ",
+"      .@.   +++  ",
+" ... .@#.  +++.  ",
+" .$$.@%&.+++.  . ",
+" .*=.-;>+++ .  . ",
+" .,,.##+++  .  . ",
+" .$$.+++..  .  . ",
+" .''+++@.   .  . ",
+" .++++)@.  .  .  ",
+" +++  .!.     .  ",
+" ++    ..    .   ",
+"        .        "};