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:53:12 +0900 |
commit | e2a62bdbfbe2ddfb9a3ffc37a9bfba158767480e (patch) | |
tree | 39c81e91f9795c7e747edee96739d16c1308c181 /superkaramba | |
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 <michele.calgaro@yahoo.it>
(cherry picked from commit 96765e0aa27a58e8747b8f867713fd1cc45c19b4)
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") { |