diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-20 15:10:02 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-20 16:38:14 -0300 |
commit | b6ab5790e8b2ac0d67bf0eb40e474b8bed4c42dd (patch) | |
tree | 06eecf6a96567fcf5f282caffb463c843799f883 /changes | |
parent | 20122b32ad799cf93d88c86c67d52cc7004d6af8 (diff) |
Select current provider on EIP preferences.
- Don't disconnect logout signals, so when the wizard is triggered the
UI can reflect the logout result.
- Restore the selected provider when 'other...' is selected *before* the
provider_changed signal is emitted to avoid that option to keep
selected in case of some error.
- Avoid the currentIndexChanged to be triggered when we load the providers.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-5815_eip-preferences-issues | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-5815_eip-preferences-issues b/changes/bug-5815_eip-preferences-issues new file mode 100644 index 00000000..013fe03d --- /dev/null +++ b/changes/bug-5815_eip-preferences-issues @@ -0,0 +1,2 @@ +- Select current provider on EIP preferences. Closes #5815. +- Handle logout correctly when we stop_services to launch the wizard. Related to #5815. |