[vlc-commits] Qt: correctly show the afile options

Jean-Baptiste Kempf git at videolan.org
Sun Sep 8 18:31:29 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep  8 18:31:08 2013 +0200| [8f8948d9c02220d6d732159b3b1cfff50ed33f0f] | committer: Jean-Baptiste Kempf

Qt: correctly show the afile options

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f8948d9c02220d6d732159b3b1cfff50ed33f0f
---

 modules/gui/qt4/components/simple_preferences.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 1849313..671030a 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -956,7 +956,7 @@ void SPrefsPanel::updateAudioOptions( int number)
         optionWidgets["alsaL"]->setVisible( ( value == "alsa" ) );
     }
 #endif
-    optionWidgets["fileW"]->setVisible( ( value == "aout_file" ) );
+    optionWidgets["fileW"]->setVisible( ( value == "afile" ) );
 }
 
 



More information about the vlc-commits mailing list