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
KAlarm
Commits
6cd6bbae
Commit
6cd6bbae
authored
Jan 27, 2017
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
By default, don't show technical Akonadi error descriptions
parent
88d9170a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/akonadimodel.cpp
src/akonadimodel.cpp
+3
-1
No files found.
src/akonadimodel.cpp
View file @
6cd6bbae
...
...
@@ -1507,7 +1507,9 @@ void AkonadiModel::itemJobDone(KJob* j)
const
Item
current
=
itemById
(
itemId
);
// fetch the up-to-date item
checkQueuedItemModifyJob
(
current
);
}
KAMessageBox
::
error
(
MainWindow
::
mainMainWindow
(),
xi18nc
(
"@info"
,
"%1<nl/>(%2)"
,
errMsg
,
j
->
errorString
()));
// Don't show error details by default, since it's from Akonadi and likely
// to be too technical for general users.
KAMessageBox
::
detailedError
(
MainWindow
::
mainMainWindow
(),
errMsg
,
j
->
errorString
());
}
else
{
...
...
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