Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
7ecc875a
Commit
7ecc875a
authored
Jul 25, 2019
by
David Jarvie
Browse files
Fix erroneous KMail indication in calendar file
parent
7940a086
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kaevent.cpp
View file @
7ecc875a
...
...
@@ -1289,7 +1289,7 @@ bool KAEventPrivate::updateKCalEvent(const Event::Ptr &ev, KAEvent::UidAction ui
if
(
!
mTemplateName
.
isEmpty
()
&&
mTemplateAfterTime
>=
0
)
{
(
flags
+=
TEMPL_AFTER_TIME_FLAG
)
+=
QString
::
number
(
mTemplateAfterTime
);
}
if
(
mAkonadiItemId
)
{
if
(
mAkonadiItemId
>=
0
)
{
(
flags
+=
KMAIL_ITEM_FLAG
)
+=
QString
::
number
(
mAkonadiItemId
);
}
if
(
mArchive
&&
!
archived
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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