From: Jean-Baptiste Kempf Date: Mon, 8 Jun 2009 07:25:35 +0000 (+0200) Subject: Qt: Fix cdda caching option in MRL generation. X-Git-Tag: 1.1.0-ff~5533 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=eb16d85e759173ed48e49ea95cf132f0756715bd;p=vlc Qt: Fix cdda caching option in MRL generation. --- diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index c1932576dd..bcfccefbc3 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -436,6 +436,7 @@ void DiscOpenPanel::updateMRL() /* CDDA */ } else { mrl = "cdda://" + ui.deviceCombo->currentText(); + emit methodChanged( "cdda-caching" ); } fileList << mrl; mrl = "";