• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

githubのコードからのfolk


コミットメタ情報

リビジョンdfb0e7b063f9438962405c47366c53e0c9e965e3 (tree)
日時2010-11-10 03:03:22
作者sr55 <sr55@b64f...>
コミッターsr55

ログメッセージ

WinGui:
- Missed comment and reset.

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

変更サマリ

差分

--- 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());