diff -r 6894bf2709c0 -r e6d1a78b6db9 BuildLogViewer/mainwindow.cpp --- a/BuildLogViewer/mainwindow.cpp Thu Sep 03 16:31:30 2009 -0700 +++ b/BuildLogViewer/mainwindow.cpp Wed Mar 24 14:05:38 2010 -0700 @@ -52,7 +52,8 @@ AtAGlance *aag = new AtAGlance(filename, this); workspace->addWindow(aag); aag->traveAndPopulate(); - aag->decideOnLayout(); + // obsolete using BuildResults.ui now. + // aag->decideOnLayout(); aag->show(); }