diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-29 23:43:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-29 23:43:51 +0900 |
commit | 2686879a3dfb89cefc3dc8068cdd7d375dc9608b (patch) | |
tree | a3caaaf908169b73ef38b94e2fb5627144847a0c | |
parent | c2fd58167a1b666d93e5124157b380d19d9cbf1b (diff) | |
download | ksquirrel-2686879a3dfb89cefc3dc8068cdd7d375dc9608b.tar.gz ksquirrel-2686879a3dfb89cefc3dc8068cdd7d375dc9608b.zip |
Removed rar-compress duplicated entry.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b0159f2074f9f2d2b1d702306ab90f63112fed04)
-rw-r--r-- | ksquirrel/sq_archivehandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ksquirrel/sq_archivehandler.cpp b/ksquirrel/sq_archivehandler.cpp index 1578efd..9c4ce55 100644 --- a/ksquirrel/sq_archivehandler.cpp +++ b/ksquirrel/sq_archivehandler.cpp @@ -49,7 +49,6 @@ void SQ_ArchiveHandler::fillProtocols() if(!TDEGlobal::dirs()->findResource("services", "rar.protocol").isEmpty()) { insert("application/x-rar", "rar"); - insert("application/x-rar-compressed", "rar"); } // search for ar protocol |