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

(-)tdelibs/tdeutils/kfinddialog.cpp (-1 / +1 lines)
Lines 125-131 Link Here
125
125
126
    m_findLabel = new TQLabel(i18n("&Text to find:"), m_findGrp);
126
    m_findLabel = new TQLabel(i18n("&Text to find:"), m_findGrp);
127
    m_find = new KHistoryCombo(true, m_findGrp);
127
    m_find = new KHistoryCombo(true, m_findGrp);
128
    m_find->setMaxCount(10);
128
    m_find->setMaxCount(25);
129
    m_find->setDuplicatesEnabled(false);
129
    m_find->setDuplicatesEnabled(false);
130
    m_regExp = new TQCheckBox(i18n("Regular e&xpression"), m_findGrp);
130
    m_regExp = new TQCheckBox(i18n("Regular e&xpression"), m_findGrp);
131
    m_regExpItem = new TQPushButton(i18n("&Edit..."), m_findGrp);
131
    m_regExpItem = new TQPushButton(i18n("&Edit..."), m_findGrp);

Return to bug 1786