]> git.sesse.net Git - vlc/commitdiff
Qt: Sout Profiles: be sure to set a mux.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 13:42:52 +0000 (14:42 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 13:42:52 +0000 (14:42 +0100)
modules/gui/qt4/components/sout/profile_selector.cpp

index 775a3918c73f69c048fc9cbcdd489f7fbd101239..fc558f952ba1300fc0ca0da1c32b15c6113e48d1 100644 (file)
@@ -65,6 +65,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
     CONNECT( profileBox, activated( int ),
              this, updateOptions( int ) );
 
+    updateOptions( 0 );
 }
 
 inline void VLCProfileSelector::fillProfilesCombo()