vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jul  5 
11:35:34 2010 +0200| [3926efdad583c1b745c20a96b4f03efe8d5a5813] | committer: 
Jean-Baptiste Kempf 

Qt: forgotten file in previous commit

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

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

diff --git a/modules/gui/qt4/components/simple_preferences.cpp 
b/modules/gui/qt4/components/simple_preferences.cpp
index 5499bd9..b8003ca 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -533,7 +533,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget 
*_parent,
             BUTTONACT( ui.assoButton, assoDialog() );
 #else
             ui.languageBox->hide();
-            ui.assoBox->hide();
+            ui.assoButton->hide();
+            ui.assocLabel->hide();
 #endif
             /* interface */
             char *psz_intf = config_GetPsz( p_intf, "intf" );

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to