summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/myth/stable/mythtv-release-fixes/debug_xmlparse.cpp.patch
blob: f479bbec5d9cb0a87e94914e6130ef7ac5ff5a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mythtv/libs/libmyth/xmlparse.cpp.orig	2007-11-30 14:03:00.000000000 -0600
+++ mythtv/libs/libmyth/xmlparse.cpp	2007-11-30 14:06:22.000000000 -0600
@@ -2618,6 +2618,11 @@
                 area = parseRect(getFirstText(info));
                 normalizeRect(area);
             }
+            if (info.tagName() == "debug")
+            {
+                if  (getFirstText(info) == "true")
+                    container->SetDebug(true);
+            }
             else if (info.tagName() == "image")
             {
                 QString imgname = "";