From 74bcf6b77982e748c84ca3a3362ee58955d37b2c Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 20 Nov 2008 21:21:32 +0000 Subject: WinGui: - Small fix to allow the updated presets to display correctly. Note to self: re-write the code for this function. It's awful! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1937 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/C#') diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index d66692da6..149664600 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -2018,7 +2018,7 @@ namespace Handbrake } // Third Case - Any presets the sub presets detected in the above if statment. - if (preset.Level == 1 && workingLevel == 2 && previousCategory == preset.Category) + if (preset.Level == 1 && workingLevel == 2) { workingLevel = preset.Level; currentCategory = preset.Category; -- cgit v1.2.3