summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-01 17:34:24 -0400
committerKali Kaneko <kali@leap.se>2013-10-03 13:14:34 -0400
commit689c716b831047c8fe18945956e809b74e4250a3 (patch)
treec1f3b1f82abe2d29a6232f6b4bda1d4404a44555 /changes
parente9c84a3d2d9fd3a0457f256a908cb5bce9351682 (diff)
Disable EIP on/off button and action when login required.
Also adds an explicit should_autostart flag in config.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_3927_fix-eip-turn-on-button-action2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug_3927_fix-eip-turn-on-button-action b/changes/bug_3927_fix-eip-turn-on-button-action
new file mode 100644
index 00000000..53e9b133
--- /dev/null
+++ b/changes/bug_3927_fix-eip-turn-on-button-action
@@ -0,0 +1,2 @@
+ o Avoids errors due to the EIP switch button and action being enabled
+ when we do not have a configured provider. Closes: #3927