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

(-)tdepim/akregator/src/articlelistview.cpp (-1 / +1 lines)
Lines 184-190 Link Here
184
        if (article().status() == Article::Unread)
184
        if (article().status() == Article::Unread)
185
            cg2.setColor(TQColorGroup::Text, TQt::blue);
185
            cg2.setColor(TQColorGroup::Text, TQt::blue);
186
        else // New
186
        else // New
187
            cg2.setColor(TQColorGroup::Text, TQt::red);
187
            cg2.setColor(TQColorGroup::Text, TQt::darkRed);
188
    
188
    
189
        TDEListViewItem::paintCell( p, cg2, column, width, align );
189
        TDEListViewItem::paintCell( p, cg2, column, width, align );
190
    }
190
    }

Return to bug 1696