From b5977d5e67d68ec18fad1d1130f5a306ce4fe598 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Oct 2023 22:00:01 +0900 Subject: xine engine: make volume control logarithmic for versions of xine < 1.2.13. For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro --- src/app/mainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/mainWindow.cpp') diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index 9ca9bc0..b94a2e9 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -265,7 +265,7 @@ MainWindow::setupActions() (new KWidgetAction( m_positionSlider, i18n("Position Slider"), 0, 0, 0, ac, "position_slider" ))->setAutoSized( true ); - new VolumeAction( toolBar(), ac ); + m_volumeAction = new VolumeAction( toolBar(), ac ); } void -- cgit v1.2.3