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 - [stdout/stderr] TQLayout "unnamed" added to TQFrame "unnamed", which already has a layout"
Summary: [stdout/stderr] TQLayout "unnamed" added to TQFrame "unnamed", which already ...
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2014
  Show dependency treegraph
 
Reported: 2012-03-01 18:51 CST by Darrell
Modified: 2014-07-11 12:03 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-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!