summaryrefslogtreecommitdiffstats
path: root/kmix/kmixapplet.cpp
diff options
context:
space:
mode:
authorRoman Savochenko <roman@home.home>2023-11-19 10:20:26 +0200
committerRoman Savochenko <roman@home.home>2023-11-19 10:20:26 +0200
commit7173de9b1d76aada67d30573b764579a818ac684 (patch)
tree25afc726aa67b0ecd29b82f9066efb8a7809295e /kmix/kmixapplet.cpp
parent268aed5464ce7c432e3c7320495e3767d8381a2b (diff)
downloadtdemultimedia-7173de9b1d76aada67d30573b764579a818ac684.tar.gz
tdemultimedia-7173de9b1d76aada67d30573b764579a818ac684.zip
KMix: Dynamism in tracing of appearance new audio-controllersfeat/kmix-dyn
Signed-off-by: Roman Savochenko <roman@home.home>
Diffstat (limited to 'kmix/kmixapplet.cpp')
-rw-r--r--kmix/kmixapplet.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmix/kmixapplet.cpp b/kmix/kmixapplet.cpp
index a4770993..30810c69 100644
--- a/kmix/kmixapplet.cpp
+++ b/kmix/kmixapplet.cpp
@@ -4,6 +4,7 @@
*
* Copyright (C) 2000 Stefan Schimanski <schimmi@kde.org>
* Copyright (C) 2004 Christian Esken <esken@kde.org>
+ * Copyright (C) 2020 Roman Savochenko <roman@oscada.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -226,7 +227,7 @@ KMixApplet::~KMixApplet()
s_instCount--;
if ( s_instCount == 0)
{
- MixerToolBox::deinitMixer();
+ MixerToolBox::deinitMixer(Mixer::mixers());
}
*/
}