summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-04-29 21:34:43 +0000
committersr55 <[email protected]>2008-04-29 21:34:43 +0000
commit1fb35b03be03367c930be567995d91679b53199c (patch)
tree17d1e3c27481b289faa3b5c9d77d9a91858c4394 /win/C#/frmReadDVD.cs
parentbbd3571c649d6e3735ad4cc493497119e93e5606 (diff)
WinGui: Bug Fixes
- frmReadDVD recovers better when an error occurs. - DVD Title dropdown no longer complains about no titles on 1 title sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1449 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r--win/C#/frmReadDVD.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs
index 98f2110d1..4c62658f6 100644
--- a/win/C#/frmReadDVD.cs
+++ b/win/C#/frmReadDVD.cs
@@ -111,6 +111,7 @@ namespace Handbrake
catch (Exception exc)
{
MessageBox.Show("frmReadDVD.cs - updateUIElements " + exc.ToString());
+ this.Close();
}
}
@@ -152,6 +153,7 @@ namespace Handbrake
catch (Exception exc)
{
MessageBox.Show("frmReadDVD.cs - startProc " + exc.ToString());
+ this.Close();
}
}