Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101527 | Differences between
and this patch

Collapse All | Expand All

(-)kdevelop-3.2.2/languages/cpp/backgroundparser.cpp.orig (-1 / +7 lines)
Lines 380-386 Link Here
380
380
381
    kdDebug(9007) << "!!!!!!!!!!!!!!!!!! BG PARSER DESTROYED !!!!!!!!!!!!" << endl;
381
    kdDebug(9007) << "!!!!!!!!!!!!!!!!!! BG PARSER DESTROYED !!!!!!!!!!!!" << endl;
382
382
383
    QThread::exit();
383
    /* 
384
     * removed call to QThread::exit(), see bug #83352
385
     * as supposed by Ainsley Pereira <kde@pebble.org.uk>
386
     * see http://bugs.kde.org/show_bug.cgi?id=83352
387
     * (2005-08-06, Thomas Eschenbacher <Thomas.Eschenbacher@gmx.de> )
388
     */
389
    /* QThread::exit(); */
384
}
390
}
385
391
386
// kate: space-indent on; indent-width 4; mixed-indent on;
392
// kate: space-indent on; indent-width 4; mixed-indent on;

Return to bug 101527