diff options
author | hut <hut@lavabit.com> | 2010-01-30 02:53:15 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-30 02:53:15 +0100 |
commit | a8f6fc969190ca06676ad749b48bfc45053f84d2 (patch) | |
tree | 0c39f49b1f0eabb17d774140e539717193f00f98 /ranger | |
parent | 3fe387545dcd8e5961645a893710eaf58ded003f (diff) | |
download | ranger-a8f6fc969190ca06676ad749b48bfc45053f84d2.tar.gz |
Revert "apps: changes in order"
This reverts commit ccc950aadf21f864d07edb79fd54f6c82134f5eb. Conflicts: ranger/defaults/apps.py
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/defaults/apps.py | 2 |
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'): |