Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
11491a77
Commit
11491a77
authored
Oct 02, 2020
by
Shashwat Jolly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug where collection color change did not sync to server
CollectionColor attribute was not registered with Akonadi
parent
9cdee563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
resources/etesync/etesyncresource.cpp
resources/etesync/etesyncresource.cpp
+2
-0
No files found.
resources/etesync/etesyncresource.cpp
View file @
11491a77
...
...
@@ -61,6 +61,8 @@ EteSyncResource::EteSyncResource(const QString &id)
connect
(
mClientState
.
get
(),
&
EteSyncClientState
::
clientInitialised
,
this
,
&
EteSyncResource
::
initialiseDone
);
mClientState
->
init
();
AttributeFactory
::
registerAttribute
<
CollectionColorAttribute
>
();
connect
(
this
,
&
Akonadi
::
AgentBase
::
reloadConfiguration
,
this
,
&
EteSyncResource
::
onReloadConfiguration
);
qCDebug
(
ETESYNC_LOG
)
<<
"Resource started"
;
...
...
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