Update checkCancel()
This commit is contained in:
parent
a94f383b4d
commit
75a9ccdfb4
|
@ -233,11 +233,9 @@ calcHeightDialog() {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkCancel() {
|
checkCancel() {
|
||||||
if [ $? -eq 1 ]; then
|
[ $? -eq 0 ] && return 1
|
||||||
displayDialogBox --msgbox "$1" VALUES
|
displayDialogBox --msgbox "$1" VALUES
|
||||||
return 0
|
return 0
|
||||||
fi
|
|
||||||
return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setDialogBox() {
|
setDialogBox() {
|
||||||
|
|
Loading…
Reference in New Issue