By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1087 - Odd KMail messages in xsession log
Summary: Odd KMail messages in xsession log
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-07-11 11:28 CDT by Darrell
Modified: 2012-10-19 15:13 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-07-11 11:28:04 CDT
I notice the following messages in my xsession log when I start KMail:

[tdeinit] kmail is executable and not a library. Launching with exec.
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgRemoved(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotRemoveMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgAdded(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotAddMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgRemoved(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotRemoveMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgAdded(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotAddMessage(TQ_UINT32)


The messages likely mean a definition of a slot function was changed but an associated signal wasn't.

I do not notice any failures in KMail, but that does not mean other people don't or that the bugs are not related to other KMail bug reports. :-)
Comment 1 Timothy Pearson 2012-08-16 02:14:42 CDT
This should be fixed in GIT hash acecca8.

Please check for any new kmail issues which might have been caused by reconnecting these long-dormant slots before closing this bug report.
Comment 2 Darrell 2012-08-16 11:35:03 CDT
With the patch the signal/slot errors no longer appear. Thanks.

As I do not see any other related kmail errors, I'm closing this report as resolved.