Bug 240113 - In Kontact, KNode is broken - will not launch
Summary: In Kontact, KNode is broken - will not launch
Status: RESOLVED FIXED
Alias: None
Product: kdepim
Classification: Applications
Component: libkdepim (other bugs)
Version First Reported In: 4.5
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-30 18:20 UTC by Anne Wilson
Modified: 2010-05-30 18:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne Wilson 2010-05-30 18:20:38 UTC
Version:           4.5 (using Devel) 
OS:                Linux

Clicking on the KNode icon in Kontact brings up the message:

Cannot load part for Usenet.  Cannot load library /usr/lib/kde4/knodepart.so: (/usr/lib/libknodecommon.so.4: undefined symbol: _ZNK5KMime7Message10isTopLevelEv)

after which the icon greys out and is inaccessible without restarting Kontact.

/usr/lib/kde4 does contain knodepart.so

Reproducible: Always
Comment 1 Allen Winter 2010-05-30 18:56:21 UTC
SVN commit 1132447 by winterz:

restore isTopLevel().
which fixes binary compatibility... folks, you can't just remove public methods.
BUG: 240113


 M  +5 -0      kmime_message.cpp  
 M  +3 -2      kmime_message.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1132447