From 9095d0f622be44918abc0709df3574bffa277a80 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 3 Oct 2011 04:46:39 +0200 Subject: core.actions: Fix another garbage collection bug --- ranger/core/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/core/actions.py b/ranger/core/actions.py index dff3e9b9..ffcf0dc7 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -53,7 +53,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): """Reset the filemanager, clearing the directory buffer""" old_path = self.env.cwd.path self.previews = {} - self.env.garbage_collect(-1) + self.env.garbage_collect(-1, self.tabs) self.enter_dir(old_path) def reload_cwd(self): -- cgit 1.4.1-2-gfad0