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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/xml
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2005-08-03 12:00:14
Message-ID: 1123070414.923235.19075.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 442629 by carewolf:

Don't call closeRenderer directly.


 M  +3 -3      xml_tokenizer.cpp  


--- branches/KDE/3.5/kdelibs/khtml/xml/xml_tokenizer.cpp #442628:442629
@@ -472,9 +472,9 @@
 
         // Close the renderers so that they update their display correctly
         // ### this should not be necessary, but requires changes in the rendering code...
-        h1->closeRenderer();
-        if ( pre ) pre->closeRenderer();
-        body->closeRenderer();
+        h1->close();
+        if ( pre ) pre->close();
+        body->close();
 
         m_doc->document()->recalcStyle( NodeImpl::Inherit );
         m_doc->document()->updateRendering();
[prev in list] [next in list] [prev in thread] [next in thread] 

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