Fix crash on empty combobox menu XB
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Feb 2012 16:35:22 +0000 (17:35 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Feb 2012 16:35:22 +0000 (17:35 +0100)
commit6ff6104ef891b0a81b442f3228c1f4278d23e3e9
tree068e412c2e5ff7090c40669970e3473978a8d106
parent97d28802c3f1166f64a2cc32da74d829a60d8243
Fix crash on empty combobox menu XB

XBoard crashed when a combobox without items was opened, as could easily
happen in the Load Engine dialogs when -firstChessProgramNames contained
no items, as it would without configuring. Now the creation of the popup
menu is suppressed in that case.
xoptions.c