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 /superkaramba | |
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 'superkaramba')
-rw-r--r-- | superkaramba/src/sknewstuff.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/superkaramba/src/sknewstuff.cpp b/superkaramba/src/sknewstuff.cpp index 0316b80..c6869b3 100644 --- a/superkaramba/src/sknewstuff.cpp +++ b/superkaramba/src/sknewstuff.cpp @@ -64,7 +64,6 @@ bool SKNewStuff::install( const TQString &fileName ) result->name() == "application/x-bzip" || result->name() == "application/x-bzip2" || result->name() == "application/x-tbz" || - result->name() == "application/x-tbz2" || result->name() == "application/x-tar" || result->name() == "application/x-tarz") { |