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

(-)tdeaddons/konq-plugins/arkplugin/arkplugin.cpp (-1 / +1 lines)
Lines 404-410 Link Here
404
        if ( havelzma )
404
        if ( havelzma )
405
            m_extractMimeTypes << "application/x-lzma";
405
            m_extractMimeTypes << "application/x-lzma";
406
        if ( havexz )
406
        if ( havexz )
407
            m_extractMimeTypes << "application/x-xz";
407
            m_extractMimeTypes << "application/x-txz";
408
    }
408
    }
409
409
410
    if ( !KStandardDirs::findExe( "lha" ).isNull() )
410
    if ( !KStandardDirs::findExe( "lha" ).isNull() )

Return to bug 611