[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:26:49 CEST 2009
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun  8 09:25:35 2009 +0200| [eb16d85e759173ed48e49ea95cf132f0756715bd] | committer: Jean-Baptiste Kempf 
Qt: Fix cdda caching option in MRL generation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb16d85e759173ed48e49ea95cf132f0756715bd
---
 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 c193257..bcfccef 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 = "";
    
    
More information about the vlc-devel
mailing list