]> git.sesse.net Git - vlc/commitdiff
Qt4 - SPrefsInterface Button is clicked by default.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Apr 2007 20:41:39 +0000 (20:41 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Apr 2007 20:41:39 +0000 (20:41 +0000)
modules/gui/qt4/components/simple_preferences.cpp

index 4272970bed17db5c959f5119f3dce2ab6f489d5c..c4b2c351c0c6289612eb7495761d5b035c8c259b 100644 (file)
@@ -80,6 +80,8 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) :
                   spref_cone_Input_64.png, 4 );
     ADD_CATEGORY( SPrefsHotkeys, qtr("Hotkeys"), spref_cone_Hotkeys_64.png, 5 );
 
+    SPrefsInterface->setChecked( true );
+
     this->setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
     setLayout( layout );
 }