vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Dec 26 
15:46:40 2012 +0100| [4293ad80840b3a2ec14796f982b0beb1db9641a1] | committer: 
Francois Cartegnie

Qt: complete prefs: missing initial value

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

 modules/gui/qt4/components/complete_preferences.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt4/components/complete_preferences.cpp 
b/modules/gui/qt4/components/complete_preferences.cpp
index 43a8ec6..b5fb83b 100644
--- a/modules/gui/qt4/components/complete_preferences.cpp
+++ b/modules/gui/qt4/components/complete_preferences.cpp
@@ -53,6 +53,7 @@
 PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) :
                             QTreeWidget( _parent ), p_intf( _p_intf )
 {
+    b_show_only_loaded = false;
     /* General Qt options */
     setAlternatingRowColors( true );
     setHeaderHidden( true );

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

Reply via email to