Shouldn't this be using the AboutData? On 2/24/11, David Faure wrote: > Git commit 65670a8327ee270ef01db8b97f8c2b8799ad7bb8 by David Faure. > Committed on 24/02/2011 at 17:01. > Pushed by dfaure into branch 'KDE/4.6'. > > Fix crash when following a link to a multipart/mixed url > > componentData() returned an invalid KComponentData, for lack of a name > passed to the ctor. > > M +1 -1 khtml/kmultipart/kmultipart.cpp > > http://commits.kde.org/kdelibs/65670a8327ee270ef01db8b97f8c2b8799ad7bb8 > > diff --git a/khtml/kmultipart/kmultipart.cpp > b/khtml/kmultipart/kmultipart.cpp > index 214ddb1..cfbda5b 100644 > --- a/khtml/kmultipart/kmultipart.cpp > +++ b/khtml/kmultipart/kmultipart.cpp > @@ -37,7 +37,7 @@ > #include > > K_PLUGIN_FACTORY(KMultiPartFactory, registerPlugin();) > -K_EXPORT_PLUGIN(KMultiPartFactory) > +K_EXPORT_PLUGIN(KMultiPartFactory("kmultipart")) > > //#define DEBUG_PARSING > >