author | llornkcor <llornkcor> | 2002-07-07 03:24:25 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-07 03:24:25 (UTC) |
commit | f9ef0ea0b313a213516d15b0f4779efbb3cf5231 (patch) (unidiff) | |
tree | a5be21dc21ed11fae9cf11a8dc396cd388f674b0 | |
parent | 4f44b353d8211a51e2f0bfb609f2c2d79c44827f (diff) | |
download | opie-f9ef0ea0b313a213516d15b0f4779efbb3cf5231.zip opie-f9ef0ea0b313a213516d15b0f4779efbb3cf5231.tar.gz opie-f9ef0ea0b313a213516d15b0f4779efbb3cf5231.tar.bz2 |
mute/unmute audio device when opening closing, since its fixed in volumeapplet
-rw-r--r-- | core/multimedia/opieplayer/audiodevice.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/multimedia/opieplayer/audiodevice.cpp b/core/multimedia/opieplayer/audiodevice.cpp index abbe5c8..020f6be 100644 --- a/core/multimedia/opieplayer/audiodevice.cpp +++ b/core/multimedia/opieplayer/audiodevice.cpp | |||
@@ -195,3 +195,3 @@ AudioDevice::AudioDevice( unsigned int f, unsigned int chs, unsigned int bps ) { | |||
195 | qDebug("creating new audio device"); | 195 | qDebug("creating new audio device"); |
196 | // QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << TRUE; | 196 | QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << TRUE; |
197 | d = new AudioDevicePrivate; | 197 | d = new AudioDevicePrivate; |
@@ -247,3 +247,3 @@ AudioDevice::AudioDevice( unsigned int f, unsigned int chs, unsigned int bps ) { | |||
247 | } | 247 | } |
248 | // QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << FALSE; | 248 | QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << FALSE; |
249 | 249 | ||
@@ -266,3 +266,3 @@ AudioDevice::~AudioDevice() { | |||
266 | qDebug("destryo audiodevice"); | 266 | qDebug("destryo audiodevice"); |
267 | // QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << TRUE; | 267 | QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << TRUE; |
268 | 268 | ||
@@ -277,3 +277,3 @@ AudioDevice::~AudioDevice() { | |||
277 | //#endif | 277 | //#endif |
278 | // QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << FALSE; | 278 | QCopEnvelope( "QPE/System", "volumeChange(bool)" ) << FALSE; |
279 | 279 | ||