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

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


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

Qt: correctly show the afile options

(cherry picked from commit 8f8948d9c02220d6d732159b3b1cfff50ed33f0f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=4c00959ffac98e9e2fdaafebdf1d0fcb025603ac
---

 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 bed6003..b33140a 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