Merged a fix for TermComboElement back into trunk
authorn.hoffmann <n.hoffmann@localhost>
Thu, 2 Feb 2012 13:39:03 +0000 (13:39 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 2 Feb 2012 13:39:03 +0000 (13:39 +0000)
1  2 
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/TermComboElement.java

index 4dfee30e729057a255764ca43577a4e0d8724372,fba258d8454e7bf82bac8c5ab61322e4e4100d41..8c5fba40a769d5fac4e06072e863664a1fb79516
@@@ -136,7 -136,9 +136,9 @@@ public class TermComboElement<T extend
         * @param selection
         *            a T object or <code>null</code> to clear the selection
         */
 -      public void setSelection(T selection) {
 +      public void setSelection(T selection) {                 
+               this.selection = selection;
+               
                Listener[] listeners = combo.getListeners(SWT.Selection);
  
                for (Listener listener : listeners) {