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

(-)a/konq-plugins/arkplugin/arkplugin.cpp (+1 lines)
Lines 314-319 void ArkMenu::compMimeTypes() Link Here
314
            m_archiveMimeTypes << "application/x-tlz";
314
            m_archiveMimeTypes << "application/x-tlz";
315
        if ( havexz )
315
        if ( havexz )
316
            m_archiveMimeTypes << "application/x-txz";
316
            m_archiveMimeTypes << "application/x-txz";
317
            m_archiveMimeTypes << "x-xz-compressed-tar";
317
    }
318
    }
318
319
319
    if ( !KStandardDirs::findExe( "lha" ).isNull() && m_conf->readBoolEntry( "UseLha", false ) )
320
    if ( !KStandardDirs::findExe( "lha" ).isNull() && m_conf->readBoolEntry( "UseLha", false ) )

Return to bug 611