If you use vent, in leopard you will notice that the channel window does not display anything. The guys at vent are not too concerned about a patch but would rather continue working on the next release.
Run the following:
cd /Applications/Ventrilo.app/Contents/Resources/English.lproj/main.nib
cp objects.xib /tmp/objects.xib.old
cat objects.xib | sed 's/rowHeight">0/rowHeight">20/g' > /tmp/objects.xib.new
sudo cp /tmp/objects.xib.new /Applications/Ventrilo.app/Contents/Resources/English.lproj/main.nib/objects.xib
your done. vent now works.
Run the following:
cd /Applications/Ventrilo.app/Contents/Resources/English.lproj/main.nib
cp objects.xib /tmp/objects.xib.old
cat objects.xib | sed 's/rowHeight">0/rowHeight">20/g' > /tmp/objects.xib.new
sudo cp /tmp/objects.xib.new /Applications/Ventrilo.app/Contents/Resources/English.lproj/main.nib/objects.xib
your done. vent now works.