Fix xz support in konqueror context popup menu.

This resolves bug report 611.
Thanks to Calving Morrison.
pull/1/head
Darrell Anderson 12 years ago
parent b9796db9e8
commit 6f0ebd6129

@ -404,7 +404,7 @@ void ArkMenu::extMimeTypes()
if ( havelzma )
m_extractMimeTypes << "application/x-lzma";
if ( havexz )
m_extractMimeTypes << "application/x-xz";
m_extractMimeTypes << "application/x-txz";
}
if ( !KStandardDirs::findExe( "lha" ).isNull() )

Loading…
Cancel
Save