From b06d352d14d9d917ff23288dd6a9433e4e75f7df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 20 May 2020 01:19:55 +0900 Subject: KMix: 1) added direct DCOP access to the user selected mixer/device channel used as master. 2) fixed bug with volume update 3) unlinked global keyboard shortcuts for volume control to avoid clashing with kmilo. A user can still link them manually if needed. Signed-off-by: Michele Calgaro --- kmix/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmix/CMakeLists.txt') diff --git a/kmix/CMakeLists.txt b/kmix/CMakeLists.txt index 08006206..f48d8132 100644 --- a/kmix/CMakeLists.txt +++ b/kmix/CMakeLists.txt @@ -60,7 +60,7 @@ tde_add_tdeinit_executable( kmix AUTOMOC mixset.cpp mixdevice.cpp mixer_backend.cpp ksmallslider.cpp volume.cpp kledbutton.cpp verticaltext.cpp mixerIface.skel kmixtoolbox.cpp mixertoolbox.cpp dialogviewconfiguration.cpp - KMixApp.cpp dialogselectmaster.cpp + KMixApp.cpp dialogselectmaster.cpp kmixIface.skel LINK tdeui-shared ${ALSA_LIBRARIES} ) -- cgit v1.2.1