From aad50499b32c44d28a6bae7f353b579e24564e25 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 30 Dec 2011 22:21:44 +0000 Subject: WinGui: (WPF) Bug fixes, Initial work on the Filters View git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4394 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs index daf8bcce0..68b327ec1 100644 --- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs @@ -1050,6 +1050,8 @@ namespace HandBrakeWPF.ViewModels this.NotifyOfPropertyChange("ScannedSource"); this.NotifyOfPropertyChange("ScannedSource.Titles"); this.SelectedTitle = this.ScannedSource.Titles.Where(t => t.MainTitle).FirstOrDefault(); + this.JobContextService.CurrentSource = this.ScannedSource; + this.JobContextService.CurrentTask = this.CurrentTask; } this.SourceLabel = "Scan Completed"; -- cgit v1.2.3