diff options
Diffstat (limited to 'source/ap/mc/mc.image.sh.geeqie.diff')
-rw-r--r-- | source/ap/mc/mc.image.sh.geeqie.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/ap/mc/mc.image.sh.geeqie.diff b/source/ap/mc/mc.image.sh.geeqie.diff deleted file mode 100644 index 8a7fe1c56..000000000 --- a/source/ap/mc/mc.image.sh.geeqie.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./misc/ext.d/image.sh.orig 2013-05-29 01:53:42.379848005 -0500 -+++ ./misc/ext.d/image.sh 2013-05-29 01:54:54.639853218 -0500 -@@ -39,7 +39,7 @@ - ;; - *) - if [ -n "$DISPLAY" ]; then -- (gqview "${MC_EXT_FILENAME}" &) -+ (geeqie "${MC_EXT_FILENAME}" &) - elif see >/dev/null 2>&1; then - (see "${MC_EXT_FILENAME}" &) - else |