Git commit 582ce7fba7e724d0295835d4dcb16aebc18fe554 by Christian Esken. Committed on 17/08/2014 at 17:51. Pushed by esken into branch 'master'. Initialize "autouseMultimediaKeys" properly, especially for the new --failsafe opion. M +1 -0 apps/kmix.cpp http://commits.kde.org/kmix/582ce7fba7e724d0295835d4dcb16aebc18fe554 diff --git a/apps/kmix.cpp b/apps/kmix.cpp index ff73dda..4875d17 100644 --- a/apps/kmix.cpp +++ b/apps/kmix.cpp @@ -88,6 +88,7 @@ KMixWindow::KMixWindow(bool invisible, bool reset) : KXmlGuiWindow(0, Qt::WindowFlags( KDE_DEFAULT_WINDOWFLAGS | Qt::WindowContextHelpButtonHint)), m_multiDriv= erMode(false), // -<- I never-ever want the multi-drivermode to be activate= d by accident + m_autouseMultimediaKeys(true), m_dockWidget(), m_dsm(0), m_dontSetDefaultCardOnStart(false) { setObjectName(QLatin1String("KMixWindow"));