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

(-)kdevelop/kdevdesigner/designer/listeditor.ui.h.ORI (-1 / +1 lines)
Lines 30-36 Link Here
30
{
30
{
31
    QListViewItem *i = new QListViewItem( listview, listview->lastItem() );
31
    QListViewItem *i = new QListViewItem( listview, listview->lastItem() );
32
    i->setRenameEnabled( 0, TRUE );
32
    i->setRenameEnabled( 0, TRUE );
33
    tqApp->processEvents();
33
    qApp->processEvents();
34
    i->startRename( 0 );
34
    i->startRename( 0 );
35
}
35
}
36
36

Return to bug 604