about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-15 20:01:25 +0200
committerhut <hut@lavabit.com>2009-06-15 20:01:25 +0200
commit136e534c0a4142546ae5c34efadd9dccdada9a82 (patch)
treeb04f9957b0f5e34be190c5bb2acd6d19e2be3dd2 /code
parent3b967916bdb9cd0c5fb289a5ac1087b5e50bd3c3 (diff)
downloadranger-136e534c0a4142546ae5c34efadd9dccdada9a82.tar.gz
add colors for video + image + sound
Diffstat (limited to 'code')
-rw-r--r--code/fm/draw.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/fm/draw.rb b/code/fm/draw.rb
index 482abf59..9d12afb1 100644
--- a/code/fm/draw.rb
+++ b/code/fm/draw.rb
@@ -92,6 +92,10 @@ module Fm
 				:directory
 			elsif f.movie?
 				:video
+			elsif f.audio?
+				:sound
+			elsif f.image?
+				:image
 			elsif f.executable?
 				:executable
 			else