Automated merge with ssh://bitbucket.org/lindenlab/viewer-release

meow-7.2.2
Nat Goodspeed 2013-06-19 12:43:50 -04:00
commit aa8abe5e1c
1 changed files with 5 additions and 2 deletions

View File

@ -69,8 +69,11 @@ then # zenity on PATH and is executable
# clear any previous message
clear_message
# put up a new zenity box and capture its pid
"$zenpath" --info --title "Second Life Viewer Updater" \
--width=320 --height=120 --text="$*" &
## "$zenpath" --info --title "Second Life Viewer Updater" \
## --width=320 --height=120 --text="$*" &
# MAINT-2333: use bouncing progress bar
"$zenpath" --progress --pulsate --no-cancel --title "Second Life Viewer Updater" \
--width=320 --height=120 --text "$*" </dev/null &
statuspid=$!
}