Comment 11 for bug 133199

Revision history for this message
Emilio Scalise (emisca) wrote :

That's the patch file as said by David... still not fixed in kde 3.5.8, also in debian.

--- kdeutils-3.5.5/kmilo/generic/generic_monitor.cpp 2008-02-08 14:04:11.000000000 +0100
+++ kdeutils-3.5.5.new/kmilo/generic/generic_monitor.cpp 2008-02-08 14:04:47.000000000 +0100
@@ -165,7 +165,7 @@

        // If we got this far, the DCOP communication with kmix works,
        // so we don't have to test the result.
- kmixClient->send("setAbsoluteVolume", 0, m_volume);
+ kmixClient->send("setMasterVolume", 0, m_volume);

        // if mute then unmute
        if (m_mute)