X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fcontroller_widget.cpp;h=328ec14242ffb1d0a135dab129a405da72ae4c11;hb=50c12eaee379b1b1722d82eb59587fd6cea7a9c0;hp=cb77d316c012557fa8137dc971a9aa2ef779f64a;hpb=02ee6240a9a2c0998054c5aaa6fcd945e63bf157;p=vlc diff --git a/modules/gui/qt4/components/controller_widget.cpp b/modules/gui/qt4/components/controller_widget.cpp index cb77d316c0..328ec14242 100644 --- a/modules/gui/qt4/components/controller_widget.cpp +++ b/modules/gui/qt4/components/controller_widget.cpp @@ -87,7 +87,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf, { volumeSlider = new SoundSlider( this, config_GetInt( p_intf, "volume-step" ), - var_InheritInteger( p_intf, "qt-volume-complete" ), + var_InheritBool( p_intf, "qt-volume-complete" ), var_InheritString( p_intf, "qt-slider-colours" ) ); } else