branch: elpa/helm
commit 8f64463df6c5a13690bde0073343c388857c6f0c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Use text as rsync progress bar (same as before)
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index d6b9ebb693..c4021a123e 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -652,7 +652,7 @@ currently transfered in an help-echo in mode-line, if you 
use
   "Percentage unicode sign to use in Rsync reporter."
   :type 'string)
 
-(defcustom helm-ff-rsync-progress-bar-style 'bar
+(defcustom helm-ff-rsync-progress-bar-style 'text
   "Style of progress-bar for rsync action.
 Value can be either bar or text."
   :type '(choice

Reply via email to