tagban / bnubot

Cross platform Battle.net bot written in Java by BNU-Camel
http://www.clanbnu.net/
3 stars 0 forks source link

CD Key defect #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After initially setting CD keys, only the first cd key dropdown box
contains keys; the second box is blank.

If you save and reopend the CS window, the second dropdown contains keys.

Original issue reported on code.google.com by sco...@gmail.com on 23 Dec 2007 at 10:28

GoogleCodeExporter commented 9 years ago
An exception was being thrown by String.compareToIgnoreCase(null); changed to
String.equalsIgnoreCase

Original comment by sco...@gmail.com on 25 Dec 2007 at 2:17