summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 1803d5b9..cab164be 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -44,7 +44,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 		old_path = self.thisdir.path
 		self.restorable_tabs = {}
 		self.previews = {}
-		self.garbage_collect(-1, self.tabs)
+		self.garbage_collect(-1)
 		self.enter_dir(old_path)
 		self.change_mode('normal')
 
@@ -833,10 +833,6 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 	# --------------------------
 	# -- Tabs
 	# --------------------------
-	# This implementation of tabs is very simple and keeps track of
-	# directory paths only.
-	# TODO: Need to rewrite this to fit the new tab model
-
 	def tab_open(self, name, path=None):
 		tab_has_changed = (name != self.current_tab)
 		self.current_tab = name
rtik/mu/commit/cpp/console.mu?h=main&id=12d73ee8db0f6748fabf65f4d0789c79f76c8d1f'>12d73ee8 ^
bc643692 ^

6a0f71b9 ^
bc643692 ^
12d73ee8 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
290fe117 ^
54d48b25 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

                                       
          
              
                                               
                                                          
                           
               

                               
                           
                             
                       
                           
                             
                           
                              
                           
                             
                           
                           
                           
               
 
n53'>53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88