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