From 6b70a7fb55f7b21e3c153c92c5c9186d3b92e3ab Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 30 Sep 2012 14:08:03 +0000 Subject: WinGui: Misc Fixes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4997 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 acc59e60e..c2aef69ed 100644 --- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs @@ -1080,7 +1080,7 @@ namespace HandBrakeWPF.ViewModels } // Otherwise, perform Santiy Checking then add to the queue and start if everything is ok. - if (this.ScannedSource == null || this.CurrentTask == null) + if (this.SelectedTitle == null) { this.errorService.ShowMessageBox("You must first scan a source.", "Error", MessageBoxButton.OK, MessageBoxImage.Error); return; -- cgit v1.2.3