From b957ee1aaba01b06d9f8b3f26e0385eba061baf2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 15 Jun 2011 17:45:06 +0000 Subject: WinGui: - Correctly set the number of previews to generate during Scan - Fix an issue where the CLI query is not printed to the log window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4061 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/frmMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/frmMain.cs') diff --git a/win/CS/frmMain.cs b/win/CS/frmMain.cs index fb22a8d27..24cc41b57 100644 --- a/win/CS/frmMain.cs +++ b/win/CS/frmMain.cs @@ -2040,7 +2040,7 @@ namespace Handbrake // Start the Scan try { - SourceScan.Scan(sourcePath, title); + SourceScan.Scan(sourcePath, title, Properties.Settings.Default.previewScanCount); } catch (Exception exc) { -- cgit v1.2.3