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 987
Collapse All | Expand All

(-)a/knotes/knote.cpp (+2 lines)
Lines 1267-1272 Link Here
1267
1268
1268
void KNote::closeEvent( TQCloseEvent *event )
1269
void KNote::closeEvent( TQCloseEvent *event )
1269
{
1270
{
1271
    if(kapp->sessionSaving())
1272
        return;
1270
    event->ignore(); //We don't want to close (and delete the widget). Just hide it
1273
    event->ignore(); //We don't want to close (and delete the widget). Just hide it
1271
    slotClose();
1274
    slotClose();
1272
}
1275
}

Return to bug 987