Changeset 196:ed84552892d2

Show
Ignore:
Timestamp:
03/05/08 19:57:05 (6 months ago)
Author:
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
branch:
default
Message:

fixed ArrayBoundsException? in List.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/widgets/Link.d

    r181 r196  
    4141import dwt.widgets.Event; 
    4242 
    43 import tango.text.Text; 
     43static import tango.text.Text; 
    4444import tango.text.Unicode; 
    4545 
  • dwt/widgets/List.d

    r158 r196  
    677677            auto indices = OS.gtk_tree_path_get_indices (data); 
    678678            if (indices !is null) { 
    679                 treeSelection [length] = indices [0]; 
     679                treeSelection [len] = indices [0]; 
    680680                len++; 
    681681            }