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 885

Summary: [stdout/stderr] TQLayout "unnamed" added to TQFrame "unnamed", which already has a layout"
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, kb9vqf
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2014    

Description Darrell 2012-03-01 18:51:30 CST
I'm seeing this message in my xsession log. The message occurs during the session shutdown.

Watching the log through tail, the message occurs after selecting any logout option. I believe the error is caused by the "Saving your settings" dialog. I enabled logout confirmation and the error does not appear until after I confirm the logout, which is when the "Saving your sessions" dialog appears.

The message itself is in TQt3 qabstractlayout.cpp:609:

qWarning( "TQLayout \"%s\" added to %s \"%s\", which already has a"
    " layout", TQObject::name(), parent->className(),
    parent->name() );
Comment 1 Timothy Pearson 2014-07-11 12:03:45 CDT
Fixed in GIT hash 705e5ee.

Thanks for reporting, and for tracking down the offending dialog!