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
KNotes
Commits
ea027747
Commit
ea027747
authored
Mar 11, 2022
by
Laurent Montel
Browse files
Fix api (it's a icon here)
parent
b9d5739b
Pipeline
#148082
passed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
noteshared/src/job/createnewnotejob.cpp
View file @
ea027747
...
...
@@ -126,7 +126,7 @@ void CreateNewNoteJob::slotFetchCollection(KJob *job)
i18n
(
"Collection is hidden. New note will be stored but not displayed. Do you want to show collection?"
),
QString
(),
KGuiItem
(
i18nc
(
"@action::button"
,
"Show Collection"
)),
KGuiItem
(
i18nc
(
"@action::button"
,
"Do Not Show"
,
QStringLiteral
(
"dialog-cancel"
)))
)
;
KGuiItem
(
i18nc
(
"@action::button"
,
"Do Not Show"
)
,
QStringLiteral
(
"dialog-cancel"
)));
if
(
answer
==
KMessageBox
::
Yes
)
{
col
.
addAttribute
(
new
NoteShared
::
ShowFolderNotesAttribute
());
auto
modifyJob
=
new
Akonadi
::
CollectionModifyJob
(
col
);
...
...
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