Fix #710: Apply the orientation to image content not working
authorColin Clark <cclark@carbon>
Fri, 29 Nov 2019 11:45:10 +0000 (11:45 +0000)
committerColin Clark <cclark@carbon>
Fri, 29 Nov 2019 11:45:10 +0000 (11:45 +0000)
https://github.com/BestImageViewer/geeqie/issues/710

Typographical error in "Apply orientation" shell script

plugins/rotate/geeqie-rotate

index 0bfa425..be7222d 100755 (executable)
@@ -20,7 +20,7 @@ rotate()
 
     case "$ext" in
        jpg|jpeg) 
-               if [ -n "$gq_orientaqtion" ] ; then
+               if [ -n "$gq_orientation" ] ; then
                        exiv2 -M "set Exif.Image.Orientation $gq_orientation" "$1"
                        [ $? != 0 ] && exit 1
                fi