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

(-)a/kicker/kicker/ui/k_mnu.cpp (+2 lines)
Lines 273-278 void PanelKMenu::initialize() Link Here
273
        connect(searchEdit, TQT_SIGNAL(textChanged(const TQString&)),
273
        connect(searchEdit, TQT_SIGNAL(textChanged(const TQString&)),
274
            this, TQT_SLOT( slotUpdateSearch( const TQString&)));
274
            this, TQT_SLOT( slotUpdateSearch( const TQString&)));
275
        insertItem(hbox, searchLineID, 0);
275
        insertItem(hbox, searchLineID, 0);
276
    } else {
277
        searchEdit = NULL;
276
    }
278
    }
277
279
278
    //TQToolTip::add(clearButton, i18n("Clear Search"));
280
    //TQToolTip::add(clearButton, i18n("Clear Search"));

Return to bug 1081