From 844c185f87eae47a25ce86e2977d60bc9c57476d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 23 Mar 2014 12:50:33 +0000 Subject: WinGui: Restore rolled back tabbing fix + added a check for illegal characters to the destination text box. Add to Queue will now prevent items from begin added with illegal characters also. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6129 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs index 0d176b7b7..e08d2d9ff 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs @@ -39,7 +39,10 @@ namespace HandBrakeWPF.ViewModels.Interfaces /// /// Add the current task to the queue. /// - void AddToQueue(); + /// + /// True if added, false if error + /// + bool AddToQueue(); /// /// File Scan -- cgit v1.2.3