diff options
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; } |