summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-29 17:14:42 +0000
committersr55 <[email protected]>2007-08-29 17:14:42 +0000
commitc2501467f65a24f2e098b0932da4908ae430ad3c (patch)
tree1cde86d069ec3123dc4f10b2b1c66f46e03ee1e2 /win/C#/frmQueue.cs
parent8d1c8819a2695068d7999e74368bdb4401827f05 (diff)
WinGui:
- Gui debug more added to tools > options. - More exception handling added - frmReadDVD is now automatic. User no longer has to manually start scan process. - Re-enabled onwindow scan status message. Removed Message box which alerts scan status. - Few other small code tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@893 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 62e32d374..8e59e1116 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -71,6 +71,7 @@ namespace Handbrake
return;
}
this.list_queue.Items.RemoveAt(0);
+
progressBar.PerformStep();
lbl_progressValue.Text = string.Format("{0} %", progressBar.Value);
progressBar.Update();
@@ -93,6 +94,8 @@ namespace Handbrake
* Code to Re-arrange / Delete items from the Queue
*
*/
+ #region Queue Management
+
private void btn_up_Click(object sender, EventArgs e)
{
int count = list_queue.Items.Count;
@@ -133,6 +136,7 @@ namespace Handbrake
if (started == true)
initialListCount--;
}
+ #endregion
/*
* Hide the Queue Window