diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-21 17:53:00 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-21 17:56:03 -0300 |
commit | f30ccf9e91935b9b29092ad3518a5bb5fa7ee642 (patch) | |
tree | 324dcd6dd5904be1e0f1623656b62a19e2fdf1f3 /changes/bug-5424_handle-provider-setup-errors | |
parent | eb940b04bd2921974b094150a763ad8b9bbae8ca (diff) |
Show the user if there was an error during provider setup.
Also:
- add slot decorator where needed
- remove incorrect trigger docstring
- factor out setting the same message into an existing helper
[Closes #5424]
Diffstat (limited to 'changes/bug-5424_handle-provider-setup-errors')
-rw-r--r-- | changes/bug-5424_handle-provider-setup-errors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5424_handle-provider-setup-errors b/changes/bug-5424_handle-provider-setup-errors new file mode 100644 index 00000000..e55bcdcc --- /dev/null +++ b/changes/bug-5424_handle-provider-setup-errors @@ -0,0 +1 @@ +- Handle provider setup problems and show an error to the user. Closes #5424. |