Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
c208e5f8
Commit
c208e5f8
authored
Nov 21, 2021
by
Andrii Pravorskyi
Committed by
Volker Krause
Nov 30, 2021
Browse files
Fix duplicated MIME types
parent
fabb1a1f
Pipeline
#103457
passed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/akonadi-contacts/standardcontactactionmanager.cpp
View file @
c208e5f8
...
...
@@ -109,8 +109,7 @@ public:
i18n
(
"Address book folder creation failed"
));
mGenericManager
->
action
(
Akonadi
::
StandardActionManager
::
CreateCollection
)
->
setProperty
(
"ContentMimeTypes"
,
QStringList
()
<<
QStringLiteral
(
"application/x-vnd.kde.contactgroup"
)
<<
QStringLiteral
(
"text/directory"
)
<<
QStringLiteral
(
"application/x-vnd.kde.contactgroup"
));
QStringList
()
<<
QStringLiteral
(
"application/x-vnd.kde.contactgroup"
)
<<
QStringLiteral
(
"text/directory"
));
break
;
case
Akonadi
::
StandardActionManager
::
CopyCollections
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment