[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:37:27 CEST 2009
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 8 09:35:51 2009 +0200| [0b73fa5c3f4c33f629ea790cf0e3ec645873fbf5] | committer: Jean-Baptiste Kempf
Qt: Fix cdda caching option in MRL generation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b73fa5c3f4c33f629ea790cf0e3ec645873fbf5
---
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 a02a0c2..d88a9ce 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -385,6 +385,7 @@ void DiscOpenPanel::updateMRL()
if( ui.titleSpin->value() > 0 ) {
QString("@%1").arg( ui.titleSpin->value() );
}
+ emit methodChanged( "vcd-caching" );
}
mrl += "\"";
More information about the vlc-devel
mailing list