[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/kxsldbg/kxsldbgpart/libxsldbg
From:       Keith Isdale <k_isdale () tpg ! com ! au>
Date:       2008-04-11 22:39:37
Message-ID: 1207953577.624314.21013.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 795925 by isdale:

Remove a check that was leading to the incorrect URI for the supplied node
Bug to be ported forward to KDE 4.1 in a separate commit
BUG:160730


 M  +1 -2      files.cpp  


--- branches/KDE/3.5/kdewebdev/kxsldbg/kxsldbgpart/libxsldbg/files.cpp #795924:795925
@@ -1377,8 +1377,7 @@
 void
 xsldbgUpdateFileDetails(xmlNodePtr node)
 {
-    if ((node != NULL) && (node->doc != NULL)
-        && (node->doc->URL != NULL)) {
+    if ((node != NULL) && (node->doc != NULL)){
         if (currentUrl != NULL)
             xmlFree(currentUrl);
         currentUrl =  filesGetBaseUri(node);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic