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. View | Details | Raw Unified | Return to bug 1288
Collapse All | Expand All

(-)a/kdesktop/lock/lockprocess.cc (-1 / +1 lines)
Lines 1749-1754 void LockProcess::suspend() Link Here
1749
        else {
1749
        else {
1750
            TQString hackStatus;
1750
            TQString hackStatus;
1751
            mHackProc.kill(SIGSTOP);
1751
            mHackProc.kill(SIGSTOP);
1752
            mSuspended = true;
1752
#if 0
1753
#if 0
1753
            // wait for the stop signal to take effect
1754
            // wait for the stop signal to take effect
1754
            while (hackStatus != "T") {
1755
            while (hackStatus != "T") {
Lines 1771-1777 void LockProcess::suspend() Link Here
1771
        TQApplication::syncX();
1772
        TQApplication::syncX();
1772
        mSavedScreen = TQPixmap::grabWindow( winId());
1773
        mSavedScreen = TQPixmap::grabWindow( winId());
1773
    }
1774
    }
1774
    mSuspended = true;
1775
}
1775
}
1776
1776
1777
void LockProcess::resume( bool force )
1777
void LockProcess::resume( bool force )

Return to bug 1288