From 374fd78e716871701da313e277f84633dc1aa597 Mon Sep 17 00:00:00 2001 From: gotbletu Date: Sun, 8 Nov 2015 07:01:57 -0800 Subject: [PATCH] dont need 360 --- zenity_custom_action_image_rotate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenity_custom_action_image_rotate.sh b/zenity_custom_action_image_rotate.sh index c14abab..f73d57a 100755 --- a/zenity_custom_action_image_rotate.sh +++ b/zenity_custom_action_image_rotate.sh @@ -21,7 +21,7 @@ # note: %N is the selected filenames (without paths) # conditions: image files -DEGREE=$(zenity --list --radiolist --height "180" --text "Please make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270" FALSE "360") +DEGREE=$(zenity --list --radiolist --height "180" --text "Please make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270") myArray=( "$@" ) for arg in "${myArray[@]}"; do