6f48c81
--- gnome-applets-2.16.1/mixer/applet.c.mixer-mute	2006-11-16 09:59:46.000000000 -0500
6f48c81
+++ gnome-applets-2.16.1/mixer/applet.c	2006-11-16 12:11:22.000000000 -0500
6f48c81
@@ -1098,7 +1098,11 @@
6f48c81
   applet->force_next_update = FALSE;
6f48c81
 
6f48c81
   if (did_change) {
6f48c81
-    pixbuf = applet->pix[n];
6f48c81
+    if (mute) {
6f48c81
+      pixbuf = applet->pix[0];
6f48c81
+    } else {
6f48c81
+      pixbuf = applet->pix[n];
6f48c81
+    }
6f48c81
 
6f48c81
     gtk_image_set_from_pixbuf (applet->image, pixbuf);
6f48c81
     applet->state = STATE (volume, mute);