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

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- tdeaddons/konq-plugins/arkplugin/arkplugin.cpp  2012-05-27 18:04:24.000000000 -0500
0
++ tdeaddons/konq-plugins/arkplugin/arkplugin.cpp  2012-09-12 13:34:47.000000000 -0500
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
            m_archiveMimeTypes << "x-xz-compressed-tar";
408
    }
409
    }
409
410
410
    if ( !KStandardDirs::findExe( "lha" ).isNull() )
411
    if ( !KStandardDirs::findExe( "lha" ).isNull() )

Return to bug 611