diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-11-25 18:49:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-11-25 18:49:52 +0900 |
commit | 96765e0aa27a58e8747b8f867713fd1cc45c19b4 (patch) | |
tree | 29399d946f0f7e7772971e3d66a61acec3521c98 /ark/tar.cpp | |
parent | 33fb502e420c40e3b85c24fcb350f9a7f194ac39 (diff) | |
download | tdeutils-96765e0aa27a58e8747b8f867713fd1cc45c19b4.tar.gz tdeutils-96765e0aa27a58e8747b8f867713fd1cc45c19b4.zip |
Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/tar.cpp')
-rw-r--r-- | ark/tar.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ark/tar.cpp b/ark/tar.cpp index 10bf55f..cd8acee 100644 --- a/ark/tar.cpp +++ b/ark/tar.cpp @@ -91,13 +91,6 @@ TarArch::TarArch( ArkWidget *_gui, kdDebug(1601) << "TarArch::TarArch: mimetype is " << m_fileMimeType << endl; - if ( m_fileMimeType == "application/x-tbz2" ) - { - // ark treats .tar.bz2 as x-tbz, instead of duplicating the mimetype - // let's just alias it to the one we already handle. - m_fileMimeType = "application/x-tbz"; - } - if ( m_fileMimeType == "application/x-tar" ) { compressed = false; |