From e805ddb1fc16736a8735bbda16ee094f4c59e182 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 20 Jul 2009 23:52:58 +0200 Subject: fixed #11 (specify flags at data/types.rb) --- data/types.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/types.rb') diff --git a/data/types.rb b/data/types.rb index 1755c9d3..6efc189c 100644 --- a/data/types.rb +++ b/data/types.rb @@ -31,7 +31,7 @@ class Directory::Entry ## then look at the mime-type case @mimetype when /^video/ - use.mplayer_detached + use.mplayer "d" when /^audio/ use.mplayer -- cgit 1.4.1-2-gfad0 i-tty/'>profani-tty
Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_connect.c
blob: e7dae21e7f86c6601880e0061259167da6fbf3c0 (plain) (blame)
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
94
95