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

(-)tdebase/twin/rules.cpp (+2 lines)
Lines 930-936 Link Here
930
        if( (*it)->match( c ))
930
        if( (*it)->match( c ))
931
            {
931
            {
932
            Rules* rule = *it;
932
            Rules* rule = *it;
933
#ifndef NDEBUG
933
            kdDebug( 1212 ) << "Rule found:" << rule << ":" << c << endl;
934
            kdDebug( 1212 ) << "Rule found:" << rule << ":" << c << endl;
935
#endif
934
            if( rule->isTemporary())
936
            if( rule->isTemporary())
935
                it = rules.remove( it );
937
                it = rules.remove( it );
936
            else
938
            else

Return to bug 1958