• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revisiondfb0e7b063f9438962405c47366c53e0c9e965e3 (tree)
Time2010-11-10 03:03:22
Authorsr55 <sr55@b64f...>
Commitersr55

Log Message

WinGui:
- Missed comment and reset.

git-svn-id: svn://localhost/HandBrake/trunk@3667 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
+++ b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
@@ -109,6 +109,9 @@ namespace HandBrake.ApplicationServices.Services
109109 /// </summary>
110110 protected Process HbProcess { get; set; }
111111
112+ /// <summary>
113+ /// Determines if the process was killed or safely closed.
114+ /// </summary>
112115 private bool processKilled;
113116
114117 /// <summary>
@@ -341,6 +344,7 @@ namespace HandBrake.ApplicationServices.Services
341344 errorService.ShowError("It appears that HandBrakeCLI has crashed. You can check the Activity Log for further information.", string.Format("Exit Code was: {0}", HbProcess.ExitCode));
342345 }
343346
347+ processKilled = false;
344348 IsEncoding = false;
345349 if (this.EncodeEnded != null)
346350 this.EncodeEnded(this, new EventArgs());