mirror of
git://slackware.nl/current.git
synced 2025-01-18 22:27:20 +01:00
12 lines
361 B
Diff
12 lines
361 B
Diff
|
--- ./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
|