Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
c53f8e8c
Commit
c53f8e8c
authored
May 29, 2016
by
Daniel Vrátil
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't monitor Journals, we don't display them in the applet
parent
f4ee3812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
plugins/plasma/pimeventsplugin/pimeventsplugin.cpp
plugins/plasma/pimeventsplugin/pimeventsplugin.cpp
+0
-1
No files found.
plugins/plasma/pimeventsplugin/pimeventsplugin.cpp
View file @
c53f8e8c
...
...
@@ -167,5 +167,4 @@ void PimEventsPlugin::onSettingsChanged()
const
bool
hasSelectedCols
=
mMonitor
->
collectionsMonitored
().
isEmpty
();
mMonitor
->
setMimeTypeMonitored
(
KCalCore
::
Event
::
eventMimeType
(),
hasSelectedCols
);
mMonitor
->
setMimeTypeMonitored
(
KCalCore
::
Todo
::
todoMimeType
(),
hasSelectedCols
);
mMonitor
->
setMimeTypeMonitored
(
KCalCore
::
Journal
::
journalMimeType
(),
hasSelectedCols
);
}
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