diff options
author | sr55 <[email protected]> | 2013-01-13 16:50:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-01-13 16:50:49 +0000 |
commit | b62992bfb1623ae6c0930c41e00c2b150ea780d9 (patch) | |
tree | 4e70b89c49f51b3548904794309584d7e63cec9a /win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | |
parent | d917bc2ad4fa1e2c12828f0e234a32cd19f682c1 (diff) |
WinGui: Numerous bug fixes. Many around the automatic selection feature on the Audio Panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5168 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs index fee34fcb7..7a9461b25 100644 --- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs @@ -1673,7 +1673,6 @@ namespace HandBrakeWPF.ViewModels this.NotifyOfPropertyChange(() => this.ScannedSource.Titles);
this.SelectedTitle = this.ScannedSource.Titles.FirstOrDefault(t => t.MainTitle)
?? this.ScannedSource.Titles.FirstOrDefault();
- this.SetupTabs();
}
this.ShowStatusWindow = false;
|