From 5a528b93e78d51552e9247d1a4d5183c43e1cf53 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 1 Jan 2010 05:45:57 +0100 Subject: adapted OpenConsole to the new system --- ranger/gui/widgets/console.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ranger/gui/widgets/console.py b/ranger/gui/widgets/console.py index 11b83417..feafe667 100644 --- a/ranger/gui/widgets/console.py +++ b/ranger/gui/widgets/console.py @@ -337,9 +337,7 @@ class OpenConsole(Console): from subprocess import STDOUT, PIPE command, flags = self._parse() if command: - run(command, flags=flags, fm=self.fm, - mode=0, shell=True, stdin=None, - apps=self.fm.apps, stderr=STDOUT) + self.fm.execute_command(command, flags=flags) Console.execute(self) def _parse(self): -- cgit 1.4.1-2-gfad0