diff options
author | sr55 <[email protected]> | 2007-08-22 15:29:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-22 15:29:49 +0000 |
commit | 784d350cf62da4ee14042e573d42765db84ddf1f (patch) | |
tree | 4787f511c70e7f11ea4200f308dd875b2bb0f73b /win/C#/frmQueue.cs | |
parent | d869f096d1b32bf2561203551f5fc6d9dd4d18ad (diff) |
WinGui:
- Added debuging / crash prevention code in frmReadDVD.
- Fixed issue with queue when adding items after initial encode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@849 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r-- | win/C#/frmQueue.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs index ee6301aec..62e32d374 100644 --- a/win/C#/frmQueue.cs +++ b/win/C#/frmQueue.cs @@ -55,7 +55,6 @@ namespace Handbrake if ((initialListCount - i) != (list_queue.Items.Count))
{
- MessageBox.Show("Added an Item");
initialListCount++;
}
}
|