summaryrefslogtreecommitdiffstats
path: root/source/ap/mc/mc.image.sh.geeqie.diff
blob: 413807e921f6afb3c20a013eb555406afe85336e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./misc/ext.d/image.sh.orig	2012-07-18 04:30:23.000000000 -0500
+++ ./misc/ext.d/image.sh	2012-09-08 14:39:11.998159169 -0500
@@ -36,7 +36,7 @@
         if [ "$DISPLAY" = "" ]; then
             zgv "${MC_EXT_FILENAME}"
         else
-            (gqview "${MC_EXT_FILENAME}" &)
+            (geeqie "${MC_EXT_FILENAME}" &)
         fi
         ;;
     esac