[vlc-devel] commit: Qt4: small fix for sprefs (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 22 17:43:56 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 22 17:43:39 2010 +0100| [f4f797d13d2420f236ea2cdc0b5ac60f7c8a7221] | committer: Jean-Baptiste Kempf 

Qt4: small fix for sprefs

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

 modules/gui/qt4/components/simple_preferences.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 3be308a..9ab4e5e 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -283,14 +283,14 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             audioControl( DirectX );
             optionWidgets.append( DirectXControl );
             CONFIG_GENERIC_NO_UI( "directx-audio-device-name", StringList,
-                    NULL, DirectXDevice );
+                    DirectXLabel, DirectXDevice );
 #else
             if( module_exists( "alsa" ) )
             {
                 audioControl( alsa );
                 optionWidgets.append( alsaControl );
 
-                CONFIG_GENERIC_NO_UI( "alsa-audio-device" , StringList, NULL,
+                CONFIG_GENERIC_NO_UI( "alsa-audio-device" , StringList, alsaLabel,
                                 alsaDevice );
             }
             else




More information about the vlc-devel mailing list