about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-30 02:53:15 +0100
committerhut <hut@lavabit.com>2010-01-30 02:53:15 +0100
commita8f6fc969190ca06676ad749b48bfc45053f84d2 (patch)
tree0c39f49b1f0eabb17d774140e539717193f00f98
parent3fe387545dcd8e5961645a893710eaf58ded003f (diff)
downloadranger-a8f6fc969190ca06676ad749b48bfc45053f84d2.tar.gz
Revert "apps: changes in order"
This reverts commit ccc950aadf21f864d07edb79fd54f6c82134f5eb.

Conflicts:

	ranger/defaults/apps.py
-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 15808c17..36ea6827 100644
--- a/ranger/defaults/apps.py
+++ b/ranger/defaults/apps.py
@@ -17,7 +17,7 @@ class CustomApplications(Applications):
 
 		if f.extension is not None:
 			if f.extension in ('pdf'):
-				return self.either(c, 'apvlv', 'evince')
+				return self.either(c, 'evince', 'apvlv')
 			if f.extension in ('html', 'htm', 'xhtml', 'swf'):
 				return self.either(c, 'firefox', 'opera', 'elinks')
 			if f.extension in ('swc', 'smc'):