From 13c70addb0a571b16ad2351b8a833283c70a1d39 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 19 Apr 2010 00:38:23 +0200 Subject: defaults.apps: harmless typo --- ranger/defaults/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py index 9064a7d9..cc0fbec6 100644 --- a/ranger/defaults/apps.py +++ b/ranger/defaults/apps.py @@ -59,7 +59,7 @@ class CustomApplications(Applications): f = c.file if f.extension is not None: - if f.extension in ('pdf' ): + if f.extension in ('pdf', ): c.flags += 'd' return self.either(c, 'evince', 'zathura', 'apvlv') if f.extension in ('xml', ): -- cgit 1.4.1-2-gfad0 04ecb0512c3caea5fb72ed58ab6f'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/apps/mulisp.subx
blob: 3c85ad52fc435cb886e512950ce0daca4387bf2d (plain) (tree)
1
2
3
4
5
6
7
8
9