[vlc-devel] commit: Qt: Fix cdda caching option in MRL generation. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jun 8 09:34:29 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 8 09:33:42 2009 +0200| [bdce66ec5a50766a627f3f1e1576da21001a5b58] | committer: Jean-Baptiste Kempf
Qt: Fix cdda caching option in MRL generation.
(cherry picked from commit eb16d85e759173ed48e49ea95cf132f0756715bd)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdce66ec5a50766a627f3f1e1576da21001a5b58
---
modules/gui/qt4/components/open_panels.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 2f0d7dd..06056e5 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -425,6 +425,7 @@ void DiscOpenPanel::updateMRL()
/* CDDA */
} else {
mrl = "cdda://" + ui.deviceCombo->currentText();
+ emit methodChanged( "cdda-caching" );
}
fileList << mrl; mrl = "";
More information about the vlc-devel
mailing list