[Vm-dev] typo in squeak.sh.in

K. K. Subramaniam subbukk at gmail.com
Fri Nov 27 04:25:41 UTC 2009


Hi Ian,

I fixed a typo on squeak.sh script. It affects those who use squeak.sh in KDE on 
Linux.  .. Subbu

===================================================================
--- platforms/unix/cmake/squeak.sh.in   (revision 2146)
+++ platforms/unix/cmake/squeak.sh.in   (working copy)
@@ -15,7 +15,7 @@

 # find a way to display dialogues

-if test -n "$DISPLAY" -a -x "`which xkdialog 2>/dev/null`"; then
+if test -n "$DISPLAY" -a -x "`which kdialog 2>/dev/null`"; then
     error ()           { kdialog --error "${me}: $*"; exit 1; }
     confirm ()         { if kdialog --yesno "${1} ${2}?"; then result="${2}"; 
else result=""; fi; }
     chooseItem ()      { title="$1"; shift; result=`kdialog --combobox 
"${title}" $*`; }

-------------- next part --------------
A non-text attachment was scrubbed...
Name: squeak.sh.in.diff
Type: text/x-patch
Size: 621 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20091127/c651cfdd/squeak.sh.in-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: squeak.sh.in
Type: application/x-shellscript
Size: 3078 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20091127/c651cfdd/squeak.sh-0001.bin


More information about the Vm-dev mailing list