aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-14 14:44:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-14 14:44:28 -0200
commitd5071621ef59e20fe1a0052ec237503afbf0b444 (patch)
treea68dd860f5c4178939baf762895181b264f089fb
parent1340e329768f8f022c6d5cd91e512380d883a5ac (diff)
downloadkeyringer-d5071621ef59e20fe1a0052ec237503afbf0b444.tar.gz
keyringer-d5071621ef59e20fe1a0052ec237503afbf0b444.tar.bz2
TODO cleanup (#28)
-rwxr-xr-xlib/keyringer/actions/edit1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/keyringer/actions/edit b/lib/keyringer/actions/edit
index f6477bf..c539846 100755
--- a/lib/keyringer/actions/edit
+++ b/lib/keyringer/actions/edit
@@ -31,7 +31,6 @@ if [ "$BASENAME" == "edit" ]; then
APP="$EDITOR"
elif [ "$BASENAME" == "open" ]; then
if which xdg-open &> /dev/null; then
- # TODO: set TMPWORK depending on the MIME type (`file -i` or `xdg-mime query filetype`)
APP="xdg-open"
else
echo "You should have xdg-open application to perform this action, aborting."