summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-08-22 17:25:52 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-08-27 15:03:41 -0300
commitac83b8900bb8d31e6f1f1fa983435659625ff91f (patch)
tree7f9f08bfbd6496cf351ef1c00b51973e4b79489c /changes
parent37df6fde3fab3adfc9f7e733f165c2a35e510acf (diff)
Hide button / improve message on missing helpers.
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-5945_not-adding-helper-files1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5945_not-adding-helper-files b/changes/bug-5945_not-adding-helper-files
new file mode 100644
index 00000000..94e41c25
--- /dev/null
+++ b/changes/bug-5945_not-adding-helper-files
@@ -0,0 +1 @@
+- Hide button and display correct warning on missing helpers files. Closes #5945.