Skip to content

Commit

Permalink
dont need 360
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbletu committed Nov 8, 2015
1 parent 0aca597 commit 374fd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenity_custom_action_image_rotate.sh
Expand Up @@ -21,7 +21,7 @@
# note: %N is the selected filenames (without paths)
# conditions: image files

DEGREE=$(zenity --list --radiolist --height "180" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270" FALSE "360")
DEGREE=$(zenity --list --radiolist --height "180" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270")

myArray=( "$@" )
for arg in "${myArray[@]}"; do
Expand Down

0 comments on commit 374fd78

Please sign in to comment.