*** \\10.0.0.1\dwilliss\lesstif\lib\List.c	Mon Jun 7 13:36:41 2004 UTC
--- C:\home\dev\tnt70\Xlibs\lesstif\lib\Xm-2.1\List.c	Mon Jun 7 17:43:15 2004 UTC
***************
*** 5019,5025 ****
  
      if (position <= 0 || (position > List_ItemCount(w) + 1))
      {
! 	position = List_ItemCount(w);
      }
  
      _XmListAddItemsUnselected(w, items, item_count, position);
--- 5019,5025 ----
  
      if (position <= 0 || (position > List_ItemCount(w) + 1))
      {
! 	position = List_ItemCount(w) + 1;
      }
  
      _XmListAddItemsUnselected(w, items, item_count, position);
