summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-03-28 19:37:54 +0000
committersr55 <[email protected]>2014-03-28 19:37:54 +0000
commit064720cd9df6a913a7186ee7af2cddef30dcea17 (patch)
treef7b71c8df0b1e0392a896b3e93e75c00fa754a5c /win/CS
parentf3a1a8ea3e300fe0d34501fa3cfa7e3edbac8ea2 (diff)
WinGui: When Starting a job that fails one of the sanity checks, the Stop button was appearing when it should not.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6134 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
index 3a3efc972..55694dbe6 100644
--- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
@@ -1195,6 +1195,7 @@ namespace HandBrakeWPF.ViewModels
else
{
this.errorService.ShowMessageBox(Resources.Main_DuplicateDestinationOnQueue, Resources.Error, MessageBoxButton.OK, MessageBoxImage.Warning);
+ return false;
}
if (!this.IsEncoding)