diff options
author | hut <hut@lavabit.com> | 2009-07-20 23:52:58 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 23:52:58 +0200 |
commit | e805ddb1fc16736a8735bbda16ee094f4c59e182 (patch) | |
tree | b0fd78927f35220608170612c94c2728d16c7171 /data/apps.rb | |
parent | ce16309481e03604199470dea8b5aaef9dd0e282 (diff) | |
download | ranger-e805ddb1fc16736a8735bbda16ee094f4c59e182.tar.gz |
fixed #11 (specify flags at data/types.rb)
Diffstat (limited to 'data/apps.rb')
-rw-r--r-- | data/apps.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/apps.rb b/data/apps.rb index 6a906e9d..089aba40 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -57,11 +57,6 @@ module Application else nil end end - def mplayer_detached(files) - files.base_flags = 'd' - mplayer(files) - end - def evince(files) "evince #{files}" end |