summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/fm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index 8337ba9b..25e66407 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -54,8 +54,6 @@ class FM(Actions, SignalDispatcher):
 		self._executables = None
 		self.apps = self.settings.apps.CustomApplications()
 
-		self.env.signal_bind('cd', self._update_current_tab)
-
 		def mylogfunc(text):
 			self.notify(text, bad=True)
 		self.run = Runner(ui=self.ui, apps=self.apps,
@@ -101,6 +99,8 @@ class FM(Actions, SignalDispatcher):
 			self.ui = DefaultUI()
 			self.ui.initialize()
 
+		self.env.signal_bind('cd', self._update_current_tab)
+
 	def block_input(self, sec=0):
 		self.input_blocked = sec != 0
 		self.input_blocked_until = time() + sec
i.h' href='/danisanti/profani-tty/commit/src/ui/inputwin.h?id=9aa282f6dea09b706957d6a16bde5b74fd9a55fc'>9aa282f6 ^
c7ff3255 ^
9aa282f6 ^

4c6cfcdc ^

9aa282f6 ^
c7ff3255 ^
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49