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

(-)tdeadmin/kpackage/rpmInterface.cpp (-1 / +1 lines)
Lines 578-584 Link Here
578
578
579
    for (TQStringList::ConstIterator it = files.begin(); it != files.end(); ++it ) {
579
    for (TQStringList::ConstIterator it = files.begin(); it != files.end(); ++it ) {
580
      s += " ";
580
      s += " ";
581
      s += *it;
581
      s += (*it).utf8();
582
    }
582
    }
583
583
584
    if (installFlags>>4 & 1)
584
    if (installFlags>>4 & 1)

Return to bug 1381