summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 6f2b8606..6eef3d41 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -305,7 +305,7 @@ class Actions(EnvironmentAware, SettingsAware):
 	def reset(self):
 		"""Reset the filemanager, clearing the directory buffer"""
 		old_path = self.env.cwd.path
-		self.env.directories = {}
+		self.env.garbage_collect(-1)
 		self.enter_dir(old_path)
 
 	def toggle_boolean_option(self, string):
<hut@lavabit.com> 2012-08-04 23:14:31 +0200 committer hut <hut@lavabit.com> 2012-08-04 23:14:31 +0200 added scripts directory. rifle is now installed to /usr/bin/' href='/akspecs/ranger/commit/setup.py?h=v1.8.1&id=d5b9290e09df0a21d4fcdb28a6b2c8afb69abf98'>d5b9290e ^
27eec7c6 ^
884a6e12 ^

27eec7c6 ^




884a6e12 ^
27eec7c6 ^


19978ad2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31