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
KAlarm
Commits
f4e4ac63
Commit
f4e4ac63
authored
Oct 05, 2019
by
David Jarvie
Browse files
Fix UID conversion to active category
parent
b4f47328
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kacalendar.cpp
View file @
f4e4ac63
...
...
@@ -297,6 +297,7 @@ QString uid(const QString &id, Type status)
case
ARCHIVED
:
part
=
staticStrings
->
ARCHIVED_UID
;
break
;
case
DISPLAYING
:
part
=
staticStrings
->
DISPLAYING_UID
;
break
;
case
ACTIVE
:
break
;
case
TEMPLATE
:
case
EMPTY
:
default:
...
...
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