summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
authorRay Vine <ray-v@inbox.lv>2018-05-28 15:29:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-05-29 22:09:45 +0900
commite7a5dff2d9b9e42b79ba2d9bace232183da905f6 (patch)
tree3a77a35be704769cc5591ffe4b191cf8e27b8234 /konq-plugins
parent9aaed7800450ef4e1dcdc30ba98ebbac4a1e5d1a (diff)
downloadtdeaddons-e7a5dff2d9b9e42b79ba2d9bace232183da905f6.tar.gz
tdeaddons-e7a5dff2d9b9e42b79ba2d9bace232183da905f6.zip
Removed duplicated rar file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 256b5e1830ca7af521c566829fc2af7e39894bf2)
Diffstat (limited to 'konq-plugins')
-rw-r--r--konq-plugins/arkplugin/arkplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/arkplugin/arkplugin.cpp b/konq-plugins/arkplugin/arkplugin.cpp
index 42d2c27..270ab36 100644
--- a/konq-plugins/arkplugin/arkplugin.cpp
+++ b/konq-plugins/arkplugin/arkplugin.cpp
@@ -408,7 +408,7 @@ void ArkMenu::extMimeTypes()
m_extractMimeTypes << "application/x-zip" << "application/x-jar";
if ( !TDEStandardDirs::findExe( "unrar" ).isNull() )
- m_extractMimeTypes << "application/x-rar" << "application/x-rar-compressed";
+ m_extractMimeTypes << "application/x-rar";
if ( !TDEStandardDirs::findExe( "7z" ).isNull() || !TDEStandardDirs::findExe( "7za" ).isNull() || !TDEStandardDirs::findExe( "7zr" ).isNull() )
m_extractMimeTypes << "application/x-7z";