]> git.sesse.net Git - vlc/commitdiff
Initialize i_smooth
authorMark Moriarty <markfm@videolan.org>
Sun, 31 Oct 2004 16:50:14 +0000 (16:50 +0000)
committerMark Moriarty <markfm@videolan.org>
Sun, 31 Oct 2004 16:50:14 +0000 (16:50 +0000)
modules/gui/wxwindows/extrapanel.cpp

index dd65ce1ccc083624e38b58dff04b719512088a88..959356f09fff4ac10f8dd9283782cbc73a8e28b7 100644 (file)
@@ -484,7 +484,8 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
                     wxDefaultPosition, wxSize( 100, -1 ) );
     smooth_slider->SetToolTip( wxU( SMOOTH_TIP ) );
     top_sizer->Add( smooth_slider, 0, wxALL, 2 );
-
+    i_smooth = 0;
     /* Create flex grid */
     wxFlexGridSizer *eq_gridsizer =
         new wxFlexGridSizer( 2, 12, 0, 0);