File: 03-open-file-bug.patch

package info (click to toggle)
webxml 1.12-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 123
  • sloc: cpp: 1,054; xml: 62; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- webxml/webxml.ui.h	2003-03-06 10:50:23.000000000 -0300
+++ webxml-1.12/webxml.ui.h	2005-09-14 11:51:01.000000000 -0300
@@ -122,7 +122,7 @@
     QDomElement root = domTree.documentElement();
     //qDebug(root.tagName());
     QDomNodeList wddList=root.childNodes();
-    if(!wdd)
+    //if(!wdd)
 	wdd=new WDDEntries();
     for(int i=0; i<wddList.length();i++)
     {