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

List:       kde-commits
Subject:    branches/work/khtml-svg/svg (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-04-03 22:15:36
Message-ID: 1144102536.319471.15596.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 526127 by wildfox:

SVN_SILENT: forgot that one


 M  +2 -2      SVGImageElementImpl.cpp  


--- branches/work/khtml-svg/svg/SVGImageElementImpl.cpp #526126:526127
@@ -137,7 +137,7 @@
 khtml::RenderObject *SVGImageElementImpl::createRenderer(khtml::RenderArena *arena, \
khtml::RenderStyle *)  {
 	kdDebug() << k_funcinfo << endl;
-    return new (arena) RenderSVGImage(this);
+    return new (arena) khtml::RenderSVGImage(this);
 }
 
 void SVGImageElementImpl::notifyFinished(khtml::CachedObject *finishedObj)
@@ -145,7 +145,7 @@
 	kdDebug() << k_funcinfo << endl;
     if(finishedObj == m_cachedImage)
     {
-        if (RenderSVGImage* imageObj = static_cast<RenderSVGImage*>(renderer()))
+        if(khtml::RenderSVGImage *imageObj = static_cast<khtml::RenderSVGImage \
*>(renderer()))  imageObj->setContentObject(m_cachedImage);
 
         m_cachedImage->deref(this);


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

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