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

(-)original/tdelibs/tdeio/tdeio/renamedlg.cpp (+2 lines)
Lines 381-386 Link Here
381
    layout->addWidget( d->bCancel );
381
    layout->addWidget( d->bCancel );
382
382
383
    resize( sizeHint() );
383
    resize( sizeHint() );
384
385
    d->m_pLineEdit->setFocus();
384
}
386
}
385
387
386
RenameDlg::~RenameDlg()
388
RenameDlg::~RenameDlg()

Return to bug 1686