summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-17 17:22:38 +0200
committerhut <hut@lavabit.com>2011-10-17 17:22:38 +0200
commit9b2de75f3289c7a0281cc48bf55248b0ac174a55 (patch)
treeb32689bb360d4d04d39f4e29c7098cf685101e82 /ranger
parentcfb9044407481344136f8fa4e3700fe3df7efa4c (diff)
downloadranger-9b2de75f3289c7a0281cc48bf55248b0ac174a55.tar.gz
emit a signal when a directory finishes loading content
Diffstat (limited to 'ranger')
-rw-r--r--ranger/fsobject/directory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/fsobject/directory.py b/ranger/fsobject/directory.py
index 9cfbb6c0..b3a35a0a 100644
--- a/ranger/fsobject/directory.py
+++ b/ranger/fsobject/directory.py
@@ -255,6 +255,7 @@ class Directory(FileSystemObject, Accumulator, Loadable, SettingsAware):
 
 		finally:
 			self.loading = False
+			self.fm.signal_emit("finished_loading_dir", directory=self)
 
 	def unload(self):
 		self.loading = False
>
2a09617 ^

62946ff ^
2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
39307a6 ^
bfefaff ^










62946ff ^

6838c23 ^
39307a6 ^
023a262 ^
62946ff ^
513e8aa ^



39307a6 ^

023a262 ^
39307a6 ^
513e8aa ^

62946ff ^
513e8aa ^
62946ff ^
513e8aa ^






62946ff ^
513e8aa ^
62946ff ^
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67