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
Unmaintained
KDE Pim
Commits
e3983e0e
Commit
e3983e0e
authored
Dec 21, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debug
parent
d9f9b316
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
knotes/configdialog/knotecollectionconfigwidget.cpp
knotes/configdialog/knotecollectionconfigwidget.cpp
+2
-2
No files found.
knotes/configdialog/knotecollectionconfigwidget.cpp
View file @
e3983e0e
...
@@ -317,11 +317,11 @@ void KNoteCollectionConfigWidget::slotModifyJobDone(KJob* job)
...
@@ -317,11 +317,11 @@ void KNoteCollectionConfigWidget::slotModifyJobDone(KJob* job)
Akonadi
::
CollectionModifyJob
*
modifyJob
=
qobject_cast
<
Akonadi
::
CollectionModifyJob
*>
(
job
);
Akonadi
::
CollectionModifyJob
*
modifyJob
=
qobject_cast
<
Akonadi
::
CollectionModifyJob
*>
(
job
);
if
(
modifyJob
&&
job
->
error
())
{
if
(
modifyJob
&&
job
->
error
())
{
if
(
job
->
property
(
"AttributeAdded"
).
toBool
())
{
if
(
job
->
property
(
"AttributeAdded"
).
toBool
())
{
kWarning
()
<<
"Failed to append
NewMailNotifier
Attribute to collection"
kWarning
()
<<
"Failed to append
ShowFolderNotes
Attribute to collection"
<<
modifyJob
->
collection
().
id
()
<<
":"
<<
modifyJob
->
collection
().
id
()
<<
":"
<<
job
->
errorString
();
<<
job
->
errorString
();
}
else
{
}
else
{
kWarning
()
<<
"Failed to remove
NewMailNotifier
Attribute from collection"
kWarning
()
<<
"Failed to remove
ShowFolderNotes
Attribute from collection"
<<
modifyJob
->
collection
().
id
()
<<
":"
<<
modifyJob
->
collection
().
id
()
<<
":"
<<
job
->
errorString
();
<<
job
->
errorString
();
}
}
...
...
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