diff options
author | Michele Calgaro <[email protected]> | 2017-11-25 18:49:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2017-11-25 18:53:12 +0900 |
commit | e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e (patch) | |
tree | 39c81e91f9795c7e747edee96739d16c1308c181 /ark/tar.cpp | |
parent | 3593598938c4b6ea75c773bb4312421103d31a07 (diff) | |
download | tdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.tar.gz tdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.zip |
Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 96765e0aa27a58e8747b8f867713fd1cc45c19b4)
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; |