summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-05 07:15:26 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-05 07:17:57 +0200
commita8335af28dbfce6a42e73c9170ab6e272333dcbf (patch)
tree03d235c8b817f0a2ce17c1a1883c813a32711fe6
parent2b42699240dcb215efa1cc436b7c9c6f732a2c6d (diff)
Ensure the good mode-line is displayed when showing actions.
* helm.el (helm-select-action): Do it.
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index af94444f..e78d8a3d 100644
--- a/helm.el
+++ b/helm.el
@@ -3576,7 +3576,7 @@ If action buffer is selected, back to the helm buffer."
(setq helm-pattern 'dummy)
(helm-check-minibuffer-input))))
(t (message "No Actions available")))
- (helm-display-mode-line src)
+ (helm-display-mode-line (helm-get-current-source))
(run-hooks 'helm-window-configuration-hook))))))
(put 'helm-select-action 'helm-only t)