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

List:       kde-commits
Subject:    KDE/kdelibs/khtml
From:       David Faure <faure () kde ! org>
Date:       2010-10-09 1:10:11
Message-ID: 20101009011011.4F610AC892 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1184001 by dfaure:

oops, instanciate the derived class, not the base class.


 M  +1 -1      khtml_part.cpp  


--- trunk/KDE/kdelibs/khtml/khtml_part.cpp #1184000:1184001
@@ -236,7 +236,7 @@
   d->m_hostExtension = new KHTMLPartBrowserHostExtension( this );
   d->m_statusBarExtension = new KParts::StatusBarExtension( this );
   d->m_scriptableExtension = new KJS::KHTMLPartScriptable( this );
-  new KParts::TextExtension( this );
+  new KHTMLTextExtension( this );
   d->m_statusBarPopupLabel = 0L;
   d->m_openableSuppressedPopups = 0;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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