summaryrefslogtreecommitdiffstats
path: root/ark/tar.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:49:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:53:12 +0900
commite2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e (patch)
tree39c81e91f9795c7e747edee96739d16c1308c181 /ark/tar.cpp
parent3593598938c4b6ea75c773bb4312421103d31a07 (diff)
downloadtdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.tar.gz
tdeutils-e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e.zip
Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96765e0aa27a58e8747b8f867713fd1cc45c19b4)
Diffstat (limited to 'ark/tar.cpp')
-rw-r--r--ark/tar.cpp7
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;