Changeset be4386c15cf2c14d3c4935b34e6162523a7b0f2f

Show
Ignore:
Timestamp:
10/31/04 17:50:14 (4 years ago)
Author:
Mark Moriarty <markfm@videolan.org>
git-committer:
Mark Moriarty <markfm@videolan.org> 1099241414 +0000
git-parent:

[1e646b7e2ef6d120a452eb4a57857e0cfed406c0]

git-author:
Mark Moriarty <markfm@videolan.org> 1099241414 +0000
Message:

Initialize i_smooth

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/wxwindows/extrapanel.cpp

    r08997aa rbe4386c  
    485485    smooth_slider->SetToolTip( wxU( SMOOTH_TIP ) ); 
    486486    top_sizer->Add( smooth_slider, 0, wxALL, 2 ); 
    487  
     487    i_smooth = 0; 
     488  
    488489    /* Create flex grid */ 
    489490    wxFlexGridSizer *eq_gridsizer =