diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-15 21:18:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-15 21:18:46 +0000 |
commit | 3b07f92513f03772805943cf9ee77921f7c8aafe (patch) | |
tree | 40551727899bcf4d1f717058fb2f2ab2dbfc70b2 /kcontrol | |
parent | 6eb49d190a25e04bc155976a73cb047c7d5473a3 (diff) | |
download | tdebase-3b07f92513f03772805943cf9ee77921f7c8aafe.tar.gz tdebase-3b07f92513f03772805943cf9ee77921f7c8aafe.zip |
Part 2/2 of prior commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175772 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/filetypes/typeslistitem.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kcontrol/filetypes/typeslistitem.cpp b/kcontrol/filetypes/typeslistitem.cpp index 5bef9a5d6..8ff08d157 100644 --- a/kcontrol/filetypes/typeslistitem.cpp +++ b/kcontrol/filetypes/typeslistitem.cpp @@ -539,6 +539,18 @@ bool TypesListItem::isEssential() const return true; if ( n == "application/x-desktop" ) return true; + if ( n == "media/builtin-mydocuments" ) + return true; + if ( n == "media/builtin-mycomputer" ) + return true; + if ( n == "media/builtin-mynetworkplaces" ) + return true; + if ( n == "media/builtin-printers" ) + return true; + if ( n == "media/builtin-trash" ) + return true; + if ( n == "media/builtin-webbrowser" ) + return true; return false; } |