summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-11-20 21:21:32 +0000
committersr55 <[email protected]>2008-11-20 21:21:32 +0000
commit74bcf6b77982e748c84ca3a3362ee58955d37b2c (patch)
tree0789515cc2abba5a680a210830dc6ed580a53578 /win
parent9b5251d846d08747d3f0a07aa3ef1dd14c6c532e (diff)
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
Diffstat (limited to 'win')
-rw-r--r--win/C#/frmMain.cs2
1 files changed, 1 insertions, 1 deletions
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;