]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Mon, 21 Sep 2009 17:37:48 +0000 (17:37 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 21 Sep 2009 17:37:48 +0000 (17:37 +0000)
- Fix a small bug in the code which sets the m4v when required for srt subs

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2832 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/Subtitles.cs

index e23718c0a52e1646906740f22f9aa0887315d57c..efe63df154ff499ac38072806c523d5906663a3f 100644 (file)
@@ -63,7 +63,7 @@ namespace Handbrake.Controls
         {\r
             foreach (ListViewItem item in lv_subList.Items)\r
             {\r
-                if (!string.IsNullOrEmpty(item.SubItems[5].Text))\r
+                if (item.SubItems.Count != 5)\r
                     return true;\r
 \r
                 if (item.SubItems[1].Text.Contains("(Text)"))\r