Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Mark Wielaard
Hi Roman, On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: This fixes one weird NPE (see associated bug report) and I also cleaned up some inconsistencies that I came over and some warnings that Eclipse came over :-) 2007-01-06 Roman Kennke [EMAIL PROTECTED] PR 30337

Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Roman Kennke
Hi Mark, On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: This fixes one weird NPE (see associated bug report) and I also cleaned up some inconsistencies that I came over and some warnings that Eclipse came over :-) 2007-01-06 Roman Kennke [EMAIL PROTECTED] PR 30337

[cp-patches] FYI: JComboBox fixes

2007-01-06 Thread Roman Kennke
This fixes one weird NPE (see associated bug report) and I also cleaned up some inconsistencies that I came over and some warnings that Eclipse came over :-) 2007-01-06 Roman Kennke [EMAIL PROTECTED] PR 30337 * javax/swing/plaf/basic/BasicComboBoxUI.java (installUI):

[cp-patches] FYI: JComboBox fixes

2005-10-18 Thread David Gilbert
This patch fixes some failing Mauve tests: 2005-10-18 David Gilbert [EMAIL PROTECTED] * javax/swing/JComboBox.java (setModel): update the selectedItemReminder field, (selectedItemChanged): only send ItemEvent.SELECTED event if the new selection is non-null.