aboutsummaryrefslogtreecommitdiff
path: root/src/gatscon/connectdlg.cpp (unfollow)
AgeCommit message (Collapse)Author
2012-06-11Python supports null.Mike Buland
2012-06-11All languages now support Null except for python and php, python is provingMike Buland
slightly trickier.
2012-05-29Apparently in python bools are ints, but ints aren't bools...this means thatMike Buland
you have to test for bool before int or bools are converted to ints. This is fixed now, bools transfer correctly.