summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-23 02:05:22 +0100
committerhut <hut@lavabit.com>2010-01-23 02:05:22 +0100
commitccc950aadf21f864d07edb79fd54f6c82134f5eb (patch)
tree27d2d7b5bc5ba8b083cc8b0e84f5debe02a01387
parent9882fb7f58b322bd57f39dd05cc24edf66e5a32f (diff)
downloadranger-ccc950aadf21f864d07edb79fd54f6c82134f5eb.tar.gz
apps: changes in order
-rw-r--r--ranger/defaults/apps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py
index 009b37f9..935b3578 100644
--- a/ranger/defaults/apps.py
+++ b/ranger/defaults/apps.py
@@ -28,7 +28,7 @@ class CustomApplications(Applications):
 
 		if f.extension is not None:
 			if f.extension in ('pdf'):
-				return self.either(c, 'evince', 'apvlv')
+				return self.either(c, 'apvlv', 'evince')
 			if f.extension in ('swc', 'smc'):
 				return self.app_zsnes(c)
 
l?h=v0.2.0&id=64fbc9a818a0d9d2f502e7b12b744863d09a568a'>^
71ce3ea ^
73a9e1f ^





5a88b1e ^























































71ce3ea ^
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93