By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1505
Collapse All | Expand All

(-)trinity-tdemultimedia-3.5.13.2~pre20+bff854ad/kmix/kmixdockwidget.cpp.ORI (+1 lines)
Lines 376-381 Link Here
376
		if ( md != 0 ) {
376
		if ( md != 0 ) {
377
        		md->setMuted( !md->isMuted() );
377
        		md->setMuted( !md->isMuted() );
378
        		m_mixer->commitVolumeChange( md );
378
        		m_mixer->commitVolumeChange( md );
379
        		updatePixmap(false);
379
		}
380
		}
380
	}
381
	}
381
}
382
}

Return to bug 1505