After updating from Ubuntu 13.04 to 13.10 I found that my SmartGit was broken. I could just use the standard git commands but that's boring and I like to have a GUI so SmartGit is nice for that and it needed to be fixed. Apparently Ubuntu 13.10's GTK libraries aren't very compatible with SmartGit, any version of it. The fix is simple.
sudo nano smartgithg.sh
UBUNTU_MENUPROXY=0
just underneath the comments at the very top of the file.UPDATE
They just released RC1 which fixes the problem. Download SmartGit 5 RC1 here.