author | llornkcor <llornkcor> | 2002-08-16 14:27:08 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-08-16 14:27:08 (UTC) |
commit | d2b6865d77966af46e04d077e470c8162a91ecb0 (patch) (side-by-side diff) | |
tree | 21888c44efb8fb866df87fd356a6dbd7a68c5847 | |
parent | 10006a500ed73c7640572b05d9b403e5739bfa0c (diff) | |
download | opie-d2b6865d77966af46e04d077e470c8162a91ecb0.zip opie-d2b6865d77966af46e04d077e470c8162a91ecb0.tar.gz opie-d2b6865d77966af46e04d077e470c8162a91ecb0.tar.bz2 |
stop stuttering.. back tracking
-rw-r--r-- | noncore/multimedia/opieplayer2/volumecontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/volumecontrol.cpp b/noncore/multimedia/opieplayer2/volumecontrol.cpp index 219f63e..a795f3b 100644 --- a/noncore/multimedia/opieplayer2/volumecontrol.cpp +++ b/noncore/multimedia/opieplayer2/volumecontrol.cpp @@ -29,8 +29,8 @@ void VolumeControl::setVolume( int volumePerc ) { m_volumePerc = volumePerc; cfg.writeEntry("VolumePercent", volumePerc ); -// QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << false; - QCopEnvelope( "QPE/System", "setVolume(int,int)" ) << 0, volumePerc; + QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << false; +// QCopEnvelope( "QPE/System", "setVolume(int,int)" ) << 0, volumePerc; } |