diff options
author | sr55 <[email protected]> | 2008-07-10 15:55:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-07-10 15:55:37 +0000 |
commit | ca09da86966397b6467b4dcf912673386b63170a (patch) | |
tree | 9df7a05bc78e010cad1dcebef44ae7331dee8a9a /win/C#/frmMain.cs | |
parent | 6affb8475cbf438da4ee2a6ac218295f63d8414c (diff) |
WinGui:
- Activity log window code changed significantly. Now, instead of refeshing the whole log every 5 seconds, it only adds the new lines of log output.
- Fixed bugs where the autoUpdate thread could keep running after the windows had been closed, causing exceptions to occur.
- Removed some debug code from frmMain
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1562 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 70b5649bb..2b05d5018 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -1970,7 +1970,6 @@ namespace Handbrake hbProc = cliObj.runCli(this, (string)state);
hbProc.WaitForExit();
- //MessageBox.Show(hbProc.ExitCode.ToString());
setEncodeLabelFinished();
hbProc = null;
@@ -2045,7 +2044,6 @@ namespace Handbrake #endregion
-
// This is the END of the road ------------------------------------------------------------------------------
}
}
\ No newline at end of file |