mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kfile: KTar does not support application/x-tzo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
69a08c3f2a
commit
984ea61543
1 changed files with 0 additions and 1 deletions
|
@ -772,7 +772,6 @@ bool KUrlNavigator::Private::isCompressedPath(const KUrl& url) const
|
|||
mime->is("application/x-xz-compressed-tar") ||
|
||||
mime->is("application/x-tar") ||
|
||||
mime->is("application/x-tarz") ||
|
||||
mime->is("application/x-tzo") || // (not sure KTar supports those?)
|
||||
mime->is("application/zip") ||
|
||||
mime->is("application/x-archive");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue