From 60c5b88fc661e3fb87a290cb66a04523f9bf6c36 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 16 Apr 2010 17:21:14 +0200 Subject: core.actions: fix hints --- ranger/core/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 2fd7d46d..08947a8e 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -99,7 +99,9 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): self.log.appendleft(text) if hasattr(self.ui, 'notify'): self.ui.notify(text, duration=duration, bad=bad) - hint = notify + + def hint(self, text): + self.ui.status.hint = text def redraw_window(self): """Redraw the window""" -- cgit 1.4.1-2-gfad0